Html Css Color HEX #095032 County Green

📋 copy color: '#095032'

red 9 ◦ green 80 ◦ blue 50

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

Shades of County Green #095032

Tints of County Green #095032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 35.97%

R = 6.47%
G = 57.55%
B = 35.97%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#095032 (or 0x095032) is known color: County Green. HEX triplet: 09, 50 and 32. RGB value is (9,80,50). Sum of RGB (Red+Green+Blue) = 9+80+50=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #095032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095032 is #F6AFCD. Grayscale: #373737. Windows color (decimal): -16166862 or 3297289. OLE color: 3297289.

HSL color Cylindrical-coordinate representation of color #095032: hue angle of 154.65º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095032 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 50 -
CMYK 0.89 0 0.37 0.69
HSL 154.65º 0.8% 0.17% -
HSV(B) 154.65º 0.89% 0.31% -
XYZ 3.56 6.03 3.99 -
YUV 55.35 124.98 94.94 -
System Red Green Blue C M Y K H S L
Decimal 9 80 50 0.89 0 0.37 0.69 154.65 0.8 0.17
Hex 9 50 32 59 0 25 45 9B 50 11
Octal 11 120 62 131 0 45 105 233 120 21
Binary 1001 1010000 110010 1011001 0 100101 1000101 10011011 1010000 10001

Color Harmonies of #095032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095032

Black with #095032

Text Example


Text Example

White with #095032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095032; }

 p { color: rgb(9,80,50); }

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

background-color css

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

 a { background-color: rgb(9,80,50); }

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

border-color css

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

 span { border-color: rgb(9,80,50); }

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