Html Css Color HEX #084522 British Racing Green

📋 copy color: '#084522'

red 8 ◦ green 69 ◦ blue 34

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

Shades of British Racing Green #084522

Tints of British Racing Green #084522

RGB

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

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

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

R = 7.21%
G = 62.16%
B = 30.63%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#084522 (or 0x084522) is known color: British Racing Green. HEX triplet: 08, 45 and 22. RGB value is (8,69,34). Sum of RGB (Red+Green+Blue) = 8+69+34=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #084522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #084522 is #F7BADD. Grayscale: #2E2E2E. Windows color (decimal): -16235230 or 2245896. OLE color: 2245896.

HSL color Cylindrical-coordinate representation of color #084522: hue angle of 145.57º 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 #084522 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 8 69 34 -
CMYK 0.88 0 0.51 0.73
HSL 145.57º 0.79% 0.15% -
HSV(B) 145.57º 0.88% 0.27% -
XYZ 2.52 4.42 2.23 -
YUV 46.77 120.79 100.35 -
System Red Green Blue C M Y K H S L
Decimal 8 69 34 0.88 0 0.51 0.73 145.57 0.79 0.15
Hex 8 45 22 58 0 33 49 92 4F F
Octal 10 105 42 130 0 63 111 222 117 17
Binary 1000 1000101 100010 1011000 0 110011 1001001 10010010 1001111 1111

Color Harmonies of #084522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084522

Black with #084522

Text Example


Text Example

White with #084522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084522; }

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

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

background-color css

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

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

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

border-color css

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

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

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