Html Css Color HEX #084520 British Racing Green

📋 copy color: '#084520'

red 8 ◦ green 69 ◦ blue 32

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

Shades of British Racing Green #084520

Tints of British Racing Green #084520

RGB

 RED value IS 8 (3.52% from 255) = 7.34%

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

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

R = 7.34%
G = 63.3%
B = 29.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#084520 (or 0x084520) is known color: British Racing Green. HEX triplet: 08, 45 and 20. RGB value is (8,69,32). Sum of RGB (Red+Green+Blue) = 8+69+32=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 69 (27.34% from 255 or 63.30% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 69 - color contains mainly: green. Hex color #084520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084520 is #F7BADF. Grayscale: #2E2E2E. Windows color (decimal): -16235232 or 2114824. OLE color: 2114824.

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

Color convert

RGB 8 69 32 -
CMYK 0.88 0 0.54 0.73
HSL 143.61º 0.79% 0.15% -
HSV(B) 143.61º 0.88% 0.27% -
XYZ 2.49 4.41 2.09 -
YUV 46.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 8 69 32 0.88 0 0.54 0.73 143.61 0.79 0.15
Hex 8 45 20 58 0 36 49 90 4F F
Octal 10 105 40 130 0 66 111 220 117 17
Binary 1000 1000101 100000 1011000 0 110110 1001001 10010000 1001111 1111

Color Harmonies of #084520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084520

Black with #084520

Text Example


Text Example

White with #084520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084520; }

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

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

background-color css

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

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

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

border-color css

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

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

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