#053C25

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

Shades of British Racing Green #053C25

Tints of British Racing Green #053C25

Color information

#053C25 (or 0x053C25) is unknown color: approx British Racing Green. HEX triplet: 05, 3C and 25. RGB value is (5,60,37). Sum of RGB (Red+Green+Blue) = 5+60+37=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 60 (23.83% from 255 or 58.82% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 60 - color contains mainly: green. Hex color #053C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C25 is #FAC3DA. Grayscale: #282828. Windows color (decimal): -16434139 or 2440197. OLE color: 2440197.

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

Color convert

RGB56037-
CMYK0.9200.380.76
HSL154.91º84.62%12.75%-
HSV(B)154.91º91.67%23.53%-
XYZ2.013.42.3-
YUV40.93125.78102.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 60 (23.83% from 255) = 58.82%
BLUE value IS 37 (14.84% from 255) = 36.27%
R=4.90%
G=58.82%
B=36.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal560370.9200.380.76154.9184.6212.75
Hex53C255C0264C9b55d
Octal5744513404611423312515
Binary1011111001001011011100010011010011001001101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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