Html Css Color HEX #095031 Zuccini

📋 copy color: '#095031'

red 9 ◦ green 80 ◦ blue 49

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

Shades of Zuccini #095031

Tints of Zuccini #095031

RGB

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

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

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

R = 6.52%
G = 57.97%
B = 35.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.69

RGB Variations

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

Color information

#095031 (or 0x095031) is known color: Zuccini. HEX triplet: 09, 50 and 31. RGB value is (9,80,49). Sum of RGB (Red+Green+Blue) = 9+80+49=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 80 (31.64% from 255 or 57.97% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 80 - color contains mainly: green. Hex color #095031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095031 is #F6AFCE. Grayscale: #373737. Windows color (decimal): -16166863 or 3231753. OLE color: 3231753.

HSL color Cylindrical-coordinate representation of color #095031: hue angle of 153.8º 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 #095031 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 49 -
CMYK 0.89 0 0.39 0.69
HSL 153.8º 0.8% 0.17% -
HSV(B) 153.8º 0.89% 0.31% -
XYZ 3.54 6.02 3.88 -
YUV 55.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 9 80 49 0.89 0 0.39 0.69 153.8 0.8 0.17
Hex 9 50 31 59 0 27 45 9A 50 11
Octal 11 120 61 131 0 47 105 232 120 21
Binary 1001 1010000 110001 1011001 0 100111 1000101 10011010 1010000 10001

Color Harmonies of #095031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095031

Black with #095031

Text Example


Text Example

White with #095031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095031; }

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

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

background-color css

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

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

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

border-color css

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

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

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