#09512C

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

Shades of Zuccini #09512C

Tints of Zuccini #09512C

Color information

#09512C (or 0x09512C) is unknown color: approx Zuccini. HEX triplet: 09, 51 and 2C. RGB value is (9,81,44). Sum of RGB (Red+Green+Blue) = 9+81+44=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 81 (32.03% from 255 or 60.45% from 134); Blue value is 44 (17.58% from 255 or 32.84% from 134); Max value from RGB is 81 - color contains mainly: green. Hex color #09512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09512C is #F6AED3. Grayscale: #373737. Windows color (decimal): -16166612 or 2904329. OLE color: 2904329.

HSL color Cylindrical-coordinate representation of color #09512C: hue angle of 149.17º 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 #09512C is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB98144-
CMYK0.8900.460.68
HSL149.17º80%17.65%-
HSV(B)149.17º88.89%31.76%-
XYZ3.516.123.38-
YUV55.25121.6595.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.72%
GREEN value IS 81 (32.03% from 255) = 60.45%
BLUE value IS 44 (17.58% from 255) = 32.84%
R=6.72%
G=60.45%
B=32.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal981440.8900.460.68149.178017.65
Hex9512C5902E44955012
Octal111215413105610422512022
Binary1001101000110110010110010101110100010010010101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09512C; }

 p { color: rgb(9,81,44); }

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

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

 a { background-color: rgb(9,81,44); }

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

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

 span { border-color: rgb(9,81,44); }

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