#053A18

Color #053A18 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #053A18

Tints of British Racing Green #053A18

Color information

#053A18 (or 0x053A18) is unknown color: approx 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

RGB55824-
CMYK0.9100.590.77
HSL141.51º84.13%12.35%-
HSV(B)141.51º91.38%22.75%-
XYZ1.743.121.38-
YUV38.28119.94104.26-

RGB Variations

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

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 (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558240.9100.590.77141.5184.1312.35
Hex53A185B03B4D8e54c
Octal5723013307311521612414
Binary101111010110001011011011101110011011000111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>