#053A20

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

Shades of British Racing Green #053A20

Tints of British Racing Green #053A20

Color information

#053A20 (or 0x053A20) is unknown color: approx British Racing Green. HEX triplet: 05, 3A and 20. RGB value is (5,58,32). Sum of RGB (Red+Green+Blue) = 5+58+32=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #053A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A20 is #FAC5DF. Grayscale: #272727. Windows color (decimal): -16434656 or 2112005. OLE color: 2112005.

HSL color Cylindrical-coordinate representation of color #053A20: hue angle of 150.57º 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 #053A20 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB55832-
CMYK0.9100.450.77
HSL150.57º84.13%12.35%-
HSV(B)150.57º91.38%22.75%-
XYZ1.843.161.88-
YUV39.19123.94103.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 58 (23.05% from 255) = 61.05%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=5.26%
G=61.05%
B=33.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558320.9100.450.77150.5784.1312.35
Hex53A205B02D4D9754c
Octal5724013305511522712414
Binary1011110101000001011011010110110011011001011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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