#095027

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

Shades of Zuccini #095027

Tints of Zuccini #095027

Color information

#095027 (or 0x095027) is unknown color: approx Zuccini. HEX triplet: 09, 50 and 27. RGB value is (9,80,39). Sum of RGB (Red+Green+Blue) = 9+80+39=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 80 (31.64% from 255 or 62.5% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 80 - color contains mainly: green. Hex color #095027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095027 is #F6AFD8. Grayscale: #363636. Windows color (decimal): -16166873 or 2576393. OLE color: 2576393.

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

Color convert

RGB98039-
CMYK0.8900.510.69
HSL145.35º79.78%17.45%-
HSV(B)145.35º88.75%31.37%-
XYZ3.355.942.89-
YUV54.1119.4895.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 80 (31.64% from 255) = 62.5%
BLUE value IS 39 (15.62% from 255) = 30.47%
R=7.03%
G=62.5%
B=30.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980390.8900.510.69145.3579.7817.45
Hex950275903345915011
Octal111204713106310522112021
Binary1001101000010011110110010110011100010110010001101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095027; }

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

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

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

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

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

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

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

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