Html Css Color HEX #054322 British Racing Green

📋 copy color: '#054322'

red 5 ◦ green 67 ◦ blue 34

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

Shades of British Racing Green #054322

Tints of British Racing Green #054322

RGB

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

 GREEN value IS 67 (26.56% from 255) = 63.21%

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

R = 4.72%
G = 63.21%
B = 32.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.74

RGB Variations

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

Color information

#054322 (or 0x054322) is known color: British Racing Green. HEX triplet: 05, 43 and 22. RGB value is (5,67,34). Sum of RGB (Red+Green+Blue) = 5+67+34=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 67 (26.56% from 255 or 63.21% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 67 - color contains mainly: green. Hex color #054322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054322 is #FABCDD. Grayscale: #2C2C2C. Windows color (decimal): -16432350 or 2245381. OLE color: 2245381.

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

Color convert

RGB 5 67 34 -
CMYK 0.93 0 0.49 0.74
HSL 148.06º 0.86% 0.14% -
HSV(B) 148.06º 0.93% 0.26% -
XYZ 2.36 4.16 2.19 -
YUV 44.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 5 67 34 0.93 0 0.49 0.74 148.06 0.86 0.14
Hex 5 43 22 5D 0 31 4A 94 56 E
Octal 5 103 42 135 0 61 112 224 126 16
Binary 101 1000011 100010 1011101 0 110001 1001010 10010100 1010110 1110

Color Harmonies of #054322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054322

Black with #054322

Text Example


Text Example

White with #054322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054322; }

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

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

background-color css

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

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

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

border-color css

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

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

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