Html Css Color HEX #054D22 British Racing Green

📋 copy color: '#054D22'

red 5 ◦ green 77 ◦ blue 34

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

Shades of British Racing Green #054D22

Tints of British Racing Green #054D22

RGB

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

 GREEN value IS 77 (30.47% from 255) = 66.38%

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

R = 4.31%
G = 66.38%
B = 29.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.70

RGB Variations

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

Color information

#054D22 (or 0x054D22) is known color: British Racing Green. HEX triplet: 05, 4D and 22. RGB value is (5,77,34). Sum of RGB (Red+Green+Blue) = 5+77+34=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 77 (30.47% from 255 or 66.38% from 116); Blue value is 34 (13.67% from 255 or 29.31% from 116); Max value from RGB is 77 - color contains mainly: green. Hex color #054D22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #054D22 is #FAB2DD. Grayscale: #323232. Windows color (decimal): -16429790 or 2247941. OLE color: 2247941.

HSL color Cylindrical-coordinate representation of color #054D22: hue angle of 144.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #054D22 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 77 34 -
CMYK 0.94 0 0.56 0.70
HSL 144.17º 0.88% 0.16% -
HSV(B) 144.17º 0.94% 0.3% -
XYZ 3.01 5.46 2.41 -
YUV 50.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 5 77 34 0.94 0 0.56 0.70 144.17 0.88 0.16
Hex 5 4D 22 5E 0 38 46 90 58 10
Octal 5 115 42 136 0 70 106 220 130 20
Binary 101 1001101 100010 1011110 0 111000 1000110 10010000 1011000 10000

Color Harmonies of #054D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054D22

Black with #054D22

Text Example


Text Example

White with #054D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054D22; }

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

 H1.HeaderClassName
 {
   color: #054D22;
 }
 .AnyTagClassName
 {
   color: #054D22;
 }
</style>

background-color css

<style>
 a { background-color: #054D22; }

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

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

border-color css

<style>
 span { border-color: #054D22; }

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

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