#053B24

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

Shades of British Racing Green #053B24

Tints of British Racing Green #053B24

Color information

#053B24 (or 0x053B24) is unknown color: approx British Racing Green. HEX triplet: 05, 3B and 24. RGB value is (5,59,36). Sum of RGB (Red+Green+Blue) = 5+59+36=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 59 (23.44% from 255 or 59% from 100); Blue value is 36 (14.45% from 255 or 36% from 100); Max value from RGB is 59 - color contains mainly: green. Hex color #053B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053B24 is #FAC4DB. Grayscale: #282828. Windows color (decimal): -16434396 or 2374405. OLE color: 2374405.

HSL color Cylindrical-coordinate representation of color #053B24: hue angle of 154.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053B24 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.

Color convert

RGB55936-
CMYK0.9200.390.77
HSL154.44º84.38%12.55%-
HSV(B)154.44º91.53%23.14%-
XYZ1.943.292.2-
YUV40.23125.61102.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5%
GREEN value IS 59 (23.44% from 255) = 59%
BLUE value IS 36 (14.45% from 255) = 36%
R=5%
G=59%
B=36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal559360.9200.390.77154.4484.3812.55
Hex53B245C0274D9a54d
Octal5734413404711523212415
Binary1011110111001001011100010011110011011001101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,59,36); }

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

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

 a { background-color: rgb(5,59,36); }

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

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

 span { border-color: rgb(5,59,36); }

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