Html Css Color HEX #085437 County Green

📋 copy color: '#085437'

red 8 ◦ green 84 ◦ blue 55

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

Shades of County Green #085437

Tints of County Green #085437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 37.41%

R = 5.44%
G = 57.14%
B = 37.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#085437 (or 0x085437) is known color: County Green. HEX triplet: 08, 54 and 37. RGB value is (8,84,55). Sum of RGB (Red+Green+Blue) = 8+84+55=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #085437 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085437 is #F7ABC8. Grayscale: #3A3A3A. Windows color (decimal): -16231369 or 3625992. OLE color: 3625992.

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

Color convert

RGB 8 84 55 -
CMYK 0.90 0 0.35 0.67
HSL 157.11º 0.83% 0.18% -
HSV(B) 157.11º 0.9% 0.33% -
XYZ 3.96 6.67 4.69 -
YUV 57.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 8 84 55 0.90 0 0.35 0.67 157.11 0.83 0.18
Hex 8 54 37 5A 0 23 43 9D 53 12
Octal 10 124 67 132 0 43 103 235 123 22
Binary 1000 1010100 110111 1011010 0 100011 1000011 10011101 1010011 10010

Color Harmonies of #085437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085437

Black with #085437

Text Example


Text Example

White with #085437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085437; }

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

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

background-color css

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

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

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

border-color css

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

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

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