Html Css Color HEX #085434 County Green

📋 copy color: '#085434'

red 8 ◦ green 84 ◦ blue 52

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

Shades of County Green #085434

Tints of County Green #085434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 58.33%

 BLUE value IS 52 (20.7% from 255) = 36.11%

R = 5.56%
G = 58.33%
B = 36.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#085434 (or 0x085434) is known color: County Green. HEX triplet: 08, 54 and 34. RGB value is (8,84,52). Sum of RGB (Red+Green+Blue) = 8+84+52=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #085434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085434 is #F7ABCB. Grayscale: #393939. Windows color (decimal): -16231372 or 3429384. OLE color: 3429384.

HSL color Cylindrical-coordinate representation of color #085434: hue angle of 154.74º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085434 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 84 52 -
CMYK 0.90 0 0.38 0.67
HSL 154.74º 0.83% 0.18% -
HSV(B) 154.74º 0.9% 0.33% -
XYZ 3.89 6.64 4.33 -
YUV 57.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 8 84 52 0.90 0 0.38 0.67 154.74 0.83 0.18
Hex 8 54 34 5A 0 26 43 9B 53 12
Octal 10 124 64 132 0 46 103 233 123 22
Binary 1000 1010100 110100 1011010 0 100110 1000011 10011011 1010011 10010

Color Harmonies of #085434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085434

Black with #085434

Text Example


Text Example

White with #085434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085434; }

 p { color: rgb(8,84,52); }

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

background-color css

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

 a { background-color: rgb(8,84,52); }

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

border-color css

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

 span { border-color: rgb(8,84,52); }

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