Html Css Color HEX #095332 County Green

📋 copy color: '#095332'

red 9 ◦ green 83 ◦ blue 50

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

Shades of County Green #095332

Tints of County Green #095332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 58.45%

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

R = 6.34%
G = 58.45%
B = 35.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#095332 (or 0x095332) is known color: County Green. HEX triplet: 09, 53 and 32. RGB value is (9,83,50). Sum of RGB (Red+Green+Blue) = 9+83+50=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 83 (32.81% from 255 or 58.45% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 83 - color contains mainly: green. Hex color #095332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095332 is #F6ACCD. Grayscale: #393939. Windows color (decimal): -16166094 or 3298057. OLE color: 3298057.

HSL color Cylindrical-coordinate representation of color #095332: hue angle of 153.24º degrees, saturation: 0.8, 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 #095332 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 83 50 -
CMYK 0.89 0 0.40 0.67
HSL 153.24º 0.8% 0.18% -
HSV(B) 153.24º 0.89% 0.33% -
XYZ 3.78 6.47 4.07 -
YUV 57.11 123.98 93.68 -
System Red Green Blue C M Y K H S L
Decimal 9 83 50 0.89 0 0.40 0.67 153.24 0.8 0.18
Hex 9 53 32 59 0 28 43 99 50 12
Octal 11 123 62 131 0 50 103 231 120 22
Binary 1001 1010011 110010 1011001 0 101000 1000011 10011001 1010000 10010

Color Harmonies of #095332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095332

Black with #095332

Text Example


Text Example

White with #095332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095332; }

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

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

background-color css

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

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

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

border-color css

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

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

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