Html Css Color HEX #053E22 British Racing Green

📋 copy color: '#053E22'

red 5 ◦ green 62 ◦ blue 34

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

Shades of British Racing Green #053E22

Tints of British Racing Green #053E22

RGB

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

 GREEN value IS 62 (24.61% from 255) = 61.39%

 BLUE value IS 34 (13.67% from 255) = 33.66%

R = 4.95%
G = 61.39%
B = 33.66%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.76

RGB Variations

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

Color information

#053E22 (or 0x053E22) is known color: British Racing Green. HEX triplet: 05, 3E and 22. RGB value is (5,62,34). Sum of RGB (Red+Green+Blue) = 5+62+34=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 62 (24.61% from 255 or 61.39% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 62 - color contains mainly: green. Hex color #053E22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053E22 is #FAC1DD. Grayscale: #292929. Windows color (decimal): -16433630 or 2244101. OLE color: 2244101.

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

Color convert

RGB 5 62 34 -
CMYK 0.92 0 0.45 0.76
HSL 150.53º 0.85% 0.13% -
HSV(B) 150.53º 0.92% 0.24% -
XYZ 2.07 3.59 2.1 -
YUV 41.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 5 62 34 0.92 0 0.45 0.76 150.53 0.85 0.13
Hex 5 3E 22 5C 0 2D 4C 97 55 D
Octal 5 76 42 134 0 55 114 227 125 15
Binary 101 111110 100010 1011100 0 101101 1001100 10010111 1010101 1101

Color Harmonies of #053E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053E22

Black with #053E22

Text Example


Text Example

White with #053E22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,62,34); }

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

background-color css

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

 a { background-color: rgb(5,62,34); }

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

border-color css

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

 span { border-color: rgb(5,62,34); }

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