#053D20

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

Shades of British Racing Green #053D20

Tints of British Racing Green #053D20

Color information

#053D20 (or 0x053D20) is unknown color: approx British Racing Green. HEX triplet: 05, 3D and 20. RGB value is (5,61,32). Sum of RGB (Red+Green+Blue) = 5+61+32=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 61 (24.22% from 255 or 62.24% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 61 - color contains mainly: green. Hex color #053D20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D20 is #FAC2DF. Grayscale: #292929. Windows color (decimal): -16433888 or 2112773. OLE color: 2112773.

HSL color Cylindrical-coordinate representation of color #053D20: hue angle of 148.93º 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 #053D20 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB56132-
CMYK0.9200.480.76
HSL148.93º84.85%12.94%-
HSV(B)148.93º91.8%23.92%-
XYZ1.993.471.93-
YUV40.95122.95102.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 61 (24.22% from 255) = 62.24%
BLUE value IS 32 (12.89% from 255) = 32.65%
R=5.10%
G=62.24%
B=32.65%

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
Decimal561320.9200.480.76148.9384.8512.94
Hex53D205C0304C9555d
Octal5754013406011422512515
Binary1011111011000001011100011000010011001001010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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