Html Css Color HEX #085036 County Green

📋 copy color: '#085036'

red 8 ◦ green 80 ◦ blue 54

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

Shades of County Green #085036

Tints of County Green #085036

RGB

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

 GREEN value IS 80 (31.64% from 255) = 56.34%

 BLUE value IS 54 (21.48% from 255) = 38.03%

R = 5.63%
G = 56.34%
B = 38.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.69

RGB Variations

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

Color information

#085036 (or 0x085036) is known color: County Green. HEX triplet: 08, 50 and 36. RGB value is (8,80,54). Sum of RGB (Red+Green+Blue) = 8+80+54=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #085036 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085036 is #F7AFC9. Grayscale: #373737. Windows color (decimal): -16232394 or 3559432. OLE color: 3559432.

HSL color Cylindrical-coordinate representation of color #085036: hue angle of 158.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085036 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 80 54 -
CMYK 0.90 0 0.33 0.69
HSL 158.33º 0.82% 0.17% -
HSV(B) 158.33º 0.9% 0.31% -
XYZ 3.63 6.06 4.47 -
YUV 55.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 8 80 54 0.90 0 0.33 0.69 158.33 0.82 0.17
Hex 8 50 36 5A 0 21 45 9E 52 11
Octal 10 120 66 132 0 41 105 236 122 21
Binary 1000 1010000 110110 1011010 0 100001 1000101 10011110 1010010 10001

Color Harmonies of #085036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085036

Black with #085036

Text Example


Text Example

White with #085036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085036; }

 p { color: rgb(8,80,54); }

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

background-color css

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

 a { background-color: rgb(8,80,54); }

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

border-color css

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

 span { border-color: rgb(8,80,54); }

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