#053C27

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

Shades of British Racing Green #053C27

Tints of British Racing Green #053C27

Color information

#053C27 (or 0x053C27) is unknown color: approx British Racing Green. HEX triplet: 05, 3C and 27. RGB value is (5,60,39). Sum of RGB (Red+Green+Blue) = 5+60+39=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #053C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C27 is #FAC3D8. Grayscale: #292929. Windows color (decimal): -16434137 or 2571269. OLE color: 2571269.

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

Color convert

RGB56039-
CMYK0.9200.350.76
HSL157.09º84.62%12.75%-
HSV(B)157.09º91.67%23.53%-
XYZ2.043.412.47-
YUV41.16126.78102.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 60 (23.83% from 255) = 57.69%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=4.81%
G=57.69%
B=37.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal560390.9200.350.76157.0984.6212.75
Hex53C275C0234C9d55d
Octal5744713404311423512515
Binary1011111001001111011100010001110011001001110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,60,39); }

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

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

 a { background-color: rgb(5,60,39); }

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

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

 span { border-color: rgb(5,60,39); }

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