#053D31

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

Shades of British Racing Green #053D31

Tints of British Racing Green #053D31

Color information

#053D31 (or 0x053D31) is unknown color: approx British Racing Green. HEX triplet: 05, 3D and 31. RGB value is (5,61,49). Sum of RGB (Red+Green+Blue) = 5+61+49=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #053D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D31 is #FAC2CE. Grayscale: #2A2A2A. Windows color (decimal): -16433871 or 3226885. OLE color: 3226885.

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

Color convert

RGB56149-
CMYK0.9200.200.76
HSL167.14º84.85%12.94%-
HSV(B)167.14º91.8%23.92%-
XYZ2.293.593.48-
YUV42.89131.45100.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 61 (24.22% from 255) = 53.04%
BLUE value IS 49 (19.53% from 255) = 42.61%
R=4.35%
G=53.04%
B=42.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal561490.9200.200.76167.1484.8512.94
Hex53D315C0144Ca755d
Octal5756113402411424712515
Binary101111101110001101110001010010011001010011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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