Html Css Color HEX #053A18 British Racing Green

📋 copy color: '#053A18'

red 5 ◦ green 58 ◦ blue 24

#053A18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #053A18

Tints of British Racing Green #053A18

RGB

 RED value IS 5 (2.34% from 255) = 5.75%

 GREEN value IS 58 (23.05% from 255) = 66.67%

 BLUE value IS 24 (9.77% from 255) = 27.59%

R = 5.75%
G = 66.67%
B = 27.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.77

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#053A18 (or 0x053A18) is known color: British Racing Green. HEX triplet: 05, 3A and 18. RGB value is (5,58,24). Sum of RGB (Red+Green+Blue) = 5+58+24=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 58 (23.05% from 255 or 66.67% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 58 - color contains mainly: green. Hex color #053A18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053A18 is #FAC5E7. Grayscale: #262626. Windows color (decimal): -16434664 or 1587717. OLE color: 1587717.

HSL color Cylindrical-coordinate representation of color #053A18: hue angle of 141.51º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053A18 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 24 -
CMYK 0.91 0 0.59 0.77
HSL 141.51º 0.84% 0.12% -
HSV(B) 141.51º 0.91% 0.23% -
XYZ 1.74 3.12 1.38 -
YUV 38.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 5 58 24 0.91 0 0.59 0.77 141.51 0.84 0.12
Hex 5 3A 18 5B 0 3B 4D 8E 54 C
Octal 5 72 30 133 0 73 115 216 124 14
Binary 101 111010 11000 1011011 0 111011 1001101 10001110 1010100 1100

Color Harmonies of #053A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A18

Black with #053A18

Text Example


Text Example

White with #053A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053A18; }

 p { color: rgb(5,58,24); }

 H1.HeaderClassName
 {
   color: #053A18;
 }
 .AnyTagClassName
 {
   color: #053A18;
 }
</style>

background-color css

<style>
 a { background-color: #053A18; }

 a { background-color: rgb(5,58,24); }

 div.DivClassName
 {
   background-color: #053A18;
 }
 .BgClassName
 {
   background-color: #053A18;
 }
</style>

border-color css

<style>
 span { border-color: #053A18; }

 span { border-color: rgb(5,58,24); }

 td.TdClassName
 {
   border-color: #053A18;
 }
 .TagClassName
 {
   border-color: #053A18;
 }
</style>