Html Css Color HEX #085436 County Green

📋 copy color: '#085436'

red 8 ◦ green 84 ◦ blue 54

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

Shades of County Green #085436

Tints of County Green #085436

RGB

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

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

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

R = 5.48%
G = 57.53%
B = 36.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#085436 (or 0x085436) is known color: County Green. HEX triplet: 08, 54 and 36. RGB value is (8,84,54). Sum of RGB (Red+Green+Blue) = 8+84+54=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #085436 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085436 is #F7ABC9. Grayscale: #393939. Windows color (decimal): -16231370 or 3560456. OLE color: 3560456.

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

Color convert

RGB 8 84 54 -
CMYK 0.90 0 0.36 0.67
HSL 156.32º 0.83% 0.18% -
HSV(B) 156.32º 0.9% 0.33% -
XYZ 3.94 6.66 4.57 -
YUV 57.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 8 84 54 0.90 0 0.36 0.67 156.32 0.83 0.18
Hex 8 54 36 5A 0 24 43 9C 53 12
Octal 10 124 66 132 0 44 103 234 123 22
Binary 1000 1010100 110110 1011010 0 100100 1000011 10011100 1010011 10010

Color Harmonies of #085436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085436

Black with #085436

Text Example


Text Example

White with #085436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085436; }

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

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

background-color css

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

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

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

border-color css

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

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

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