Html Css Color HEX #095434 County Green

📋 copy color: '#095434'

red 9 ◦ green 84 ◦ blue 52

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

Shades of County Green #095434

Tints of County Green #095434

RGB

 RED value IS 9 (3.91% from 255) = 6.21%

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

 BLUE value IS 52 (20.7% from 255) = 35.86%

R = 6.21%
G = 57.93%
B = 35.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#095434 (or 0x095434) is known color: County Green. HEX triplet: 09, 54 and 34. RGB value is (9,84,52). Sum of RGB (Red+Green+Blue) = 9+84+52=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 84 (33.20% from 255 or 57.93% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 84 - color contains mainly: green. Hex color #095434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095434 is #F6ABCB. Grayscale: #393939. Windows color (decimal): -16165836 or 3429385. OLE color: 3429385.

HSL color Cylindrical-coordinate representation of color #095434: hue angle of 154.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095434 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 84 52 -
CMYK 0.89 0 0.38 0.67
HSL 154.4º 0.81% 0.18% -
HSV(B) 154.4º 0.89% 0.33% -
XYZ 3.9 6.65 4.33 -
YUV 57.93 124.65 93.1 -
System Red Green Blue C M Y K H S L
Decimal 9 84 52 0.89 0 0.38 0.67 154.4 0.81 0.18
Hex 9 54 34 59 0 26 43 9A 51 12
Octal 11 124 64 131 0 46 103 232 121 22
Binary 1001 1010100 110100 1011001 0 100110 1000011 10011010 1010001 10010

Color Harmonies of #095434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095434

Black with #095434

Text Example


Text Example

White with #095434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095434; }

 p { color: rgb(9,84,52); }

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

background-color css

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

 a { background-color: rgb(9,84,52); }

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

border-color css

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

 span { border-color: rgb(9,84,52); }

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