Html Css Color HEX #053A20 British Racing Green

📋 copy color: '#053A20'

red 5 ◦ green 58 ◦ blue 32

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

Shades of British Racing Green #053A20

Tints of British Racing Green #053A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 33.68%

R = 5.26%
G = 61.05%
B = 33.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.77

RGB Variations

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

Color information

#053A20 (or 0x053A20) is known color: British Racing Green. HEX triplet: 05, 3A and 20. RGB value is (5,58,32). Sum of RGB (Red+Green+Blue) = 5+58+32=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #053A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A20 is #FAC5DF. Grayscale: #272727. Windows color (decimal): -16434656 or 2112005. OLE color: 2112005.

HSL color Cylindrical-coordinate representation of color #053A20: hue angle of 150.57º 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 #053A20 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 58 32 -
CMYK 0.91 0 0.45 0.77
HSL 150.57º 0.84% 0.12% -
HSV(B) 150.57º 0.91% 0.23% -
XYZ 1.84 3.16 1.88 -
YUV 39.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 5 58 32 0.91 0 0.45 0.77 150.57 0.84 0.12
Hex 5 3A 20 5B 0 2D 4D 97 54 C
Octal 5 72 40 133 0 55 115 227 124 14
Binary 101 111010 100000 1011011 0 101101 1001101 10010111 1010100 1100

Color Harmonies of #053A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A20

Black with #053A20

Text Example


Text Example

White with #053A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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