Html Css Color HEX #054222 British Racing Green

📋 copy color: '#054222'

red 5 ◦ green 66 ◦ blue 34

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

Shades of British Racing Green #054222

Tints of British Racing Green #054222

RGB

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

 GREEN value IS 66 (26.17% from 255) = 62.86%

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

R = 4.76%
G = 62.86%
B = 32.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#054222 (or 0x054222) is known color: British Racing Green. HEX triplet: 05, 42 and 22. RGB value is (5,66,34). Sum of RGB (Red+Green+Blue) = 5+66+34=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 66 (26.17% from 255 or 62.86% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 66 - color contains mainly: green. Hex color #054222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054222 is #FABDDD. Grayscale: #2C2C2C. Windows color (decimal): -16432606 or 2245125. OLE color: 2245125.

HSL color Cylindrical-coordinate representation of color #054222: hue angle of 148.52º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #054222 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 66 34 -
CMYK 0.92 0 0.48 0.74
HSL 148.52º 0.86% 0.14% -
HSV(B) 148.52º 0.92% 0.26% -
XYZ 2.3 4.04 2.17 -
YUV 44.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 5 66 34 0.92 0 0.48 0.74 148.52 0.86 0.14
Hex 5 42 22 5C 0 30 4A 95 56 E
Octal 5 102 42 134 0 60 112 225 126 16
Binary 101 1000010 100010 1011100 0 110000 1001010 10010101 1010110 1110

Color Harmonies of #054222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054222

Black with #054222

Text Example


Text Example

White with #054222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054222; }

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

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

background-color css

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

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

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

border-color css

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

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

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