#053C23

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

Shades of British Racing Green #053C23

Tints of British Racing Green #053C23

Color information

#053C23 (or 0x053C23) is unknown color: approx British Racing Green. HEX triplet: 05, 3C and 23. RGB value is (5,60,35). Sum of RGB (Red+Green+Blue) = 5+60+35=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 60 (23.83% from 255 or 60% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 60 - color contains mainly: green. Hex color #053C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C23 is #FAC3DC. Grayscale: #282828. Windows color (decimal): -16434141 or 2309125. OLE color: 2309125.

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

Color convert

RGB56035-
CMYK0.9200.420.76
HSL152.73º84.62%12.75%-
HSV(B)152.73º91.67%23.53%-
XYZ1.983.392.14-
YUV40.7124.78102.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5%
GREEN value IS 60 (23.83% from 255) = 60%
BLUE value IS 35 (14.06% from 255) = 35%
R=5%
G=60%
B=35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal560350.9200.420.76152.7384.6212.75
Hex53C235C02A4C9955d
Octal5744313405211423112515
Binary1011111001000111011100010101010011001001100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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