Html Css Color HEX #053A24 British Racing Green

📋 copy color: '#053A24'

red 5 ◦ green 58 ◦ blue 36

#053A24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #053A24

Tints of British Racing Green #053A24

RGB

 RED value IS 5 (2.34% from 255) = 5.05%

 GREEN value IS 58 (23.05% from 255) = 58.59%

 BLUE value IS 36 (14.45% from 255) = 36.36%

R = 5.05%
G = 58.59%
B = 36.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.38

 K value IS 0.77

RGB Variations

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

Color information

#053A24 (or 0x053A24) is known color: British Racing Green. HEX triplet: 05, 3A and 24. RGB value is (5,58,36). Sum of RGB (Red+Green+Blue) = 5+58+36=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 58 (23.05% from 255 or 58.59% from 99); Blue value is 36 (14.45% from 255 or 36.36% from 99); Max value from RGB is 58 - color contains mainly: green. Hex color #053A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A24 is #FAC5DB. Grayscale: #272727. Windows color (decimal): -16434652 or 2374149. OLE color: 2374149.

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

Color convert

RGB 5 58 36 -
CMYK 0.91 0 0.38 0.77
HSL 155.09º 0.84% 0.12% -
HSV(B) 155.09º 0.91% 0.23% -
XYZ 1.89 3.19 2.18 -
YUV 39.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 5 58 36 0.91 0 0.38 0.77 155.09 0.84 0.12
Hex 5 3A 24 5B 0 26 4D 9B 54 C
Octal 5 72 44 133 0 46 115 233 124 14
Binary 101 111010 100100 1011011 0 100110 1001101 10011011 1010100 1100

Color Harmonies of #053A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A24

Black with #053A24

Text Example


Text Example

White with #053A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #053A24;
 }
 .AnyTagClassName
 {
   color: #053A24;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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