Html Css Color HEX #054520 British Racing Green

📋 copy color: '#054520'

red 5 ◦ green 69 ◦ blue 32

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

Shades of British Racing Green #054520

Tints of British Racing Green #054520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 65.09%

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

R = 4.72%
G = 65.09%
B = 30.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#054520 (or 0x054520) is known color: British Racing Green. HEX triplet: 05, 45 and 20. RGB value is (5,69,32). Sum of RGB (Red+Green+Blue) = 5+69+32=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 69 (27.34% from 255 or 65.09% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 69 - color contains mainly: green. Hex color #054520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054520 is #FABADF. Grayscale: #2D2D2D. Windows color (decimal): -16431840 or 2114821. OLE color: 2114821.

HSL color Cylindrical-coordinate representation of color #054520: hue angle of 145.31º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054520 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 69 32 -
CMYK 0.93 0 0.54 0.73
HSL 145.31º 0.86% 0.15% -
HSV(B) 145.31º 0.93% 0.27% -
XYZ 2.45 4.39 2.09 -
YUV 45.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 5 69 32 0.93 0 0.54 0.73 145.31 0.86 0.15
Hex 5 45 20 5D 0 36 49 91 56 F
Octal 5 105 40 135 0 66 111 221 126 17
Binary 101 1000101 100000 1011101 0 110110 1001001 10010001 1010110 1111

Color Harmonies of #054520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054520

Black with #054520

Text Example


Text Example

White with #054520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054520; }

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

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

background-color css

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

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

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

border-color css

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

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

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