#09502B

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

Shades of Zuccini #09502B

Tints of Zuccini #09502B

Color information

#09502B (or 0x09502B) is unknown color: approx Zuccini. HEX triplet: 09, 50 and 2B. RGB value is (9,80,43). Sum of RGB (Red+Green+Blue) = 9+80+43=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #09502B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09502B is #F6AFD4. Grayscale: #363636. Windows color (decimal): -16166869 or 2838537. OLE color: 2838537.

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

Color convert

RGB98043-
CMYK0.8900.460.69
HSL148.73º79.78%17.45%-
HSV(B)148.73º88.75%31.37%-
XYZ3.425.973.26-
YUV54.55121.4895.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 80 (31.64% from 255) = 60.61%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=6.82%
G=60.61%
B=32.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980430.8900.460.69148.7379.7817.45
Hex9502B5902E45955011
Octal111205313105610522512021
Binary1001101000010101110110010101110100010110010101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09502B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09502B; }

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

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

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

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

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

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

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

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