#094C32

Color #094C32 Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #094C32

Tints of Zuccini #094C32

Color information

#094C32 (or 0x094C32) is unknown color: approx Zuccini. HEX triplet: 09, 4C and 32. RGB value is (9,76,50). Sum of RGB (Red+Green+Blue) = 9+76+50=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #094C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094C32 is #F6B3CD. Grayscale: #353535. Windows color (decimal): -16167886 or 3296265. OLE color: 3296265.

HSL color Cylindrical-coordinate representation of color #094C32: hue angle of 156.72º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094C32 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB97650-
CMYK0.8800.340.70
HSL156.72º78.82%16.67%-
HSV(B)156.72º88.16%29.8%-
XYZ3.275.463.9-
YUV53126.396.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 76 (30.08% from 255) = 56.30%
BLUE value IS 50 (19.92% from 255) = 37.04%
R=6.67%
G=56.30%
B=37.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal976500.8800.340.70156.7278.8216.67
Hex94C3258022469d4f11
Octal111146213004210623511721
Binary1001100110011001010110000100010100011010011101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094C32; }

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

 H1.HeaderClassName
 {
   color: #094C32;
 }
 .AnyTagClassName
 {
   color: #094C32;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #094C32;
 }
 .BgClassName
 {
   background-color: #094C32;
 }
</style>
border-color css

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

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

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