Html Css Color HEX #054122 British Racing Green

📋 copy color: '#054122'

red 5 ◦ green 65 ◦ blue 34

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

Shades of British Racing Green #054122

Tints of British Racing Green #054122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 62.5%

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

R = 4.81%
G = 62.5%
B = 32.69%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#054122 (or 0x054122) is known color: British Racing Green. HEX triplet: 05, 41 and 22. RGB value is (5,65,34). Sum of RGB (Red+Green+Blue) = 5+65+34=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 65 (25.78% from 255 or 62.5% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 65 - color contains mainly: green. Hex color #054122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054122 is #FABEDD. Grayscale: #2B2B2B. Windows color (decimal): -16432862 or 2244869. OLE color: 2244869.

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

Color convert

RGB 5 65 34 -
CMYK 0.92 0 0.48 0.75
HSL 149º 0.86% 0.14% -
HSV(B) 149º 0.92% 0.25% -
XYZ 2.24 3.93 2.15 -
YUV 43.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 5 65 34 0.92 0 0.48 0.75 149 0.86 0.14
Hex 5 41 22 5C 0 30 4B 95 56 E
Octal 5 101 42 134 0 60 113 225 126 16
Binary 101 1000001 100010 1011100 0 110000 1001011 10010101 1010110 1110

Color Harmonies of #054122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054122

Black with #054122

Text Example


Text Example

White with #054122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054122; }

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

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

background-color css

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

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

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

border-color css

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

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

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