#053E20

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

Shades of British Racing Green #053E20

Tints of British Racing Green #053E20

Color information

#053E20 (or 0x053E20) is unknown color: approx British Racing Green. HEX triplet: 05, 3E and 20. RGB value is (5,62,32). Sum of RGB (Red+Green+Blue) = 5+62+32=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 62 (24.61% from 255 or 62.63% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 62 - color contains mainly: green. Hex color #053E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E20 is #FAC1DF. Grayscale: #292929. Windows color (decimal): -16433632 or 2113029. OLE color: 2113029.

HSL color Cylindrical-coordinate representation of color #053E20: hue angle of 148.42º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053E20 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB56232-
CMYK0.9200.480.76
HSL148.42º85.07%13.14%-
HSV(B)148.42º91.94%24.31%-
XYZ2.053.581.95-
YUV41.54122.62101.94-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 62 (24.61% from 255) = 62.63%
BLUE value IS 32 (12.89% from 255) = 32.32%
R=5.05%
G=62.63%
B=32.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal562320.9200.480.76148.4285.0713.14
Hex53E205C0304C9455d
Octal5764013406011422412515
Binary1011111101000001011100011000010011001001010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,62,32); }

 H1.HeaderClassName
 {
   color: #053E20;
 }
 .AnyTagClassName
 {
   color: #053E20;
 }
</style>
background-color css

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

 a { background-color: rgb(5,62,32); }

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

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

 span { border-color: rgb(5,62,32); }

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