Html Css Color HEX #095231 Zuccini

📋 copy color: '#095231'

red 9 ◦ green 82 ◦ blue 49

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

Shades of Zuccini #095231

Tints of Zuccini #095231

RGB

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

 GREEN value IS 82 (32.42% from 255) = 58.57%

 BLUE value IS 49 (19.53% from 255) = 35%

R = 6.43%
G = 58.57%
B = 35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.68

RGB Variations

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

Color information

#095231 (or 0x095231) is known color: Zuccini. HEX triplet: 09, 52 and 31. RGB value is (9,82,49). Sum of RGB (Red+Green+Blue) = 9+82+49=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #095231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095231 is #F6ADCE. Grayscale: #383838. Windows color (decimal): -16166351 or 3232265. OLE color: 3232265.

HSL color Cylindrical-coordinate representation of color #095231: hue angle of 152.88º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095231 is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 49 -
CMYK 0.89 0 0.40 0.68
HSL 152.88º 0.8% 0.18% -
HSV(B) 152.88º 0.89% 0.32% -
XYZ 3.68 6.31 3.93 -
YUV 56.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 9 82 49 0.89 0 0.40 0.68 152.88 0.8 0.18
Hex 9 52 31 59 0 28 44 99 50 12
Octal 11 122 61 131 0 50 104 231 120 22
Binary 1001 1010010 110001 1011001 0 101000 1000100 10011001 1010000 10010

Color Harmonies of #095231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095231

Black with #095231

Text Example


Text Example

White with #095231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095231; }

 p { color: rgb(9,82,49); }

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

background-color css

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

 a { background-color: rgb(9,82,49); }

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

border-color css

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

 span { border-color: rgb(9,82,49); }

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