Html Css Color HEX #054922 British Racing Green

📋 copy color: '#054922'

red 5 ◦ green 73 ◦ blue 34

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

Shades of British Racing Green #054922

Tints of British Racing Green #054922

RGB

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

 GREEN value IS 73 (28.91% from 255) = 65.18%

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

R = 4.46%
G = 65.18%
B = 30.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#054922 (or 0x054922) is known color: British Racing Green. HEX triplet: 05, 49 and 22. RGB value is (5,73,34). Sum of RGB (Red+Green+Blue) = 5+73+34=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 73 (28.91% from 255 or 65.18% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 73 - color contains mainly: green. Hex color #054922 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054922 is #FAB6DD. Grayscale: #303030. Windows color (decimal): -16430814 or 2246917. OLE color: 2246917.

HSL color Cylindrical-coordinate representation of color #054922: hue angle of 145.59º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054922 is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB 5 73 34 -
CMYK 0.93 0 0.53 0.71
HSL 145.59º 0.87% 0.15% -
HSV(B) 145.59º 0.93% 0.29% -
XYZ 2.73 4.91 2.32 -
YUV 48.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 5 73 34 0.93 0 0.53 0.71 145.59 0.87 0.15
Hex 5 49 22 5D 0 35 47 92 57 F
Octal 5 111 42 135 0 65 107 222 127 17
Binary 101 1001001 100010 1011101 0 110101 1000111 10010010 1010111 1111

Color Harmonies of #054922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054922

Black with #054922

Text Example


Text Example

White with #054922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054922; }

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

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

background-color css

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

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

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

border-color css

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

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

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