Html Css Color HEX #054820 British Racing Green

📋 copy color: '#054820'

red 5 ◦ green 72 ◦ blue 32

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

Shades of British Racing Green #054820

Tints of British Racing Green #054820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 66.06%

 BLUE value IS 32 (12.89% from 255) = 29.36%

R = 4.59%
G = 66.06%
B = 29.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#054820 (or 0x054820) is known color: British Racing Green. HEX triplet: 05, 48 and 20. RGB value is (5,72,32). Sum of RGB (Red+Green+Blue) = 5+72+32=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 72 (28.52% from 255 or 66.06% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 72 - color contains mainly: green. Hex color #054820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054820 is #FAB7DF. Grayscale: #2F2F2F. Windows color (decimal): -16431072 or 2115589. OLE color: 2115589.

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

Color convert

RGB 5 72 32 -
CMYK 0.93 0 0.56 0.72
HSL 144.18º 0.87% 0.15% -
HSV(B) 144.18º 0.93% 0.28% -
XYZ 2.64 4.77 2.15 -
YUV 47.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 5 72 32 0.93 0 0.56 0.72 144.18 0.87 0.15
Hex 5 48 20 5D 0 38 48 90 57 F
Octal 5 110 40 135 0 70 110 220 127 17
Binary 101 1001000 100000 1011101 0 111000 1001000 10010000 1010111 1111

Color Harmonies of #054820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054820

Black with #054820

Text Example


Text Example

White with #054820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054820; }

 p { color: rgb(5,72,32); }

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

background-color css

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

 a { background-color: rgb(5,72,32); }

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

border-color css

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

 span { border-color: rgb(5,72,32); }

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