Html Css Color HEX #085439 County Green

📋 copy color: '#085439'

red 8 ◦ green 84 ◦ blue 57

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

Shades of County Green #085439

Tints of County Green #085439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 38.26%

R = 5.37%
G = 56.38%
B = 38.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.67

RGB Variations

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

Color information

#085439 (or 0x085439) is known color: County Green. HEX triplet: 08, 54 and 39. RGB value is (8,84,57). Sum of RGB (Red+Green+Blue) = 8+84+57=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #085439 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085439 is #F7ABC6. Grayscale: #3A3A3A. Windows color (decimal): -16231367 or 3757064. OLE color: 3757064.

HSL color Cylindrical-coordinate representation of color #085439: hue angle of 158.68º 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 #085439 is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 84 57 -
CMYK 0.90 0 0.32 0.67
HSL 158.68º 0.83% 0.18% -
HSV(B) 158.68º 0.9% 0.33% -
XYZ 4.01 6.69 4.95 -
YUV 58.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 8 84 57 0.90 0 0.32 0.67 158.68 0.83 0.18
Hex 8 54 39 5A 0 20 43 9F 53 12
Octal 10 124 71 132 0 40 103 237 123 22
Binary 1000 1010100 111001 1011010 0 100000 1000011 10011111 1010011 10010

Color Harmonies of #085439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085439

Black with #085439

Text Example


Text Example

White with #085439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085439; }

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

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

background-color css

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

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

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

border-color css

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

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

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