#095028

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

Shades of Zuccini #095028

Tints of Zuccini #095028

Color information

#095028 (or 0x095028) is unknown color: approx Zuccini. HEX triplet: 09, 50 and 28. RGB value is (9,80,40). Sum of RGB (Red+Green+Blue) = 9+80+40=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #095028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095028 is #F6AFD7. Grayscale: #363636. Windows color (decimal): -16166872 or 2641929. OLE color: 2641929.

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

Color convert

RGB98040-
CMYK0.8900.50.69
HSL146.2º79.78%17.45%-
HSV(B)146.2º88.75%31.37%-
XYZ3.365.952.98-
YUV54.21119.9895.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 80 (31.64% from 255) = 62.02%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=6.98%
G=62.02%
B=31.01%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980400.8900.50.69146.279.7817.45
Hex950285903245925011
Octal111205013106210522212021
Binary1001101000010100010110010110010100010110010010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095028; }

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

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

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

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

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

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

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

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