Html Css Color HEX #085435 County Green

📋 copy color: '#085435'

red 8 ◦ green 84 ◦ blue 53

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

Shades of County Green #085435

Tints of County Green #085435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 36.55%

R = 5.52%
G = 57.93%
B = 36.55%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#085435 (or 0x085435) is known color: County Green. HEX triplet: 08, 54 and 35. RGB value is (8,84,53). Sum of RGB (Red+Green+Blue) = 8+84+53=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #085435 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085435 is #F7ABCA. Grayscale: #393939. Windows color (decimal): -16231371 or 3494920. OLE color: 3494920.

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

Color convert

RGB 8 84 53 -
CMYK 0.90 0 0.37 0.67
HSL 155.53º 0.83% 0.18% -
HSV(B) 155.53º 0.9% 0.33% -
XYZ 3.91 6.65 4.45 -
YUV 57.74 125.32 92.52 -
System Red Green Blue C M Y K H S L
Decimal 8 84 53 0.90 0 0.37 0.67 155.53 0.83 0.18
Hex 8 54 35 5A 0 25 43 9C 53 12
Octal 10 124 65 132 0 45 103 234 123 22
Binary 1000 1010100 110101 1011010 0 100101 1000011 10011100 1010011 10010

Color Harmonies of #085435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085435

Black with #085435

Text Example


Text Example

White with #085435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085435; }

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

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

background-color css

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

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

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

border-color css

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

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

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