#095130

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

Shades of Zuccini #095130

Tints of Zuccini #095130

Color information

#095130 (or 0x095130) is unknown color: approx Zuccini. HEX triplet: 09, 51 and 30. RGB value is (9,81,48). Sum of RGB (Red+Green+Blue) = 9+81+48=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 48 (19.14% from 255 or 34.78% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #095130 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095130 is #F6AECF. Grayscale: #373737. Windows color (decimal): -16166608 or 3166473. OLE color: 3166473.

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

Color convert

RGB98148-
CMYK0.8900.410.68
HSL152.5º80%17.65%-
HSV(B)152.5º88.89%31.76%-
XYZ3.596.163.8-
YUV55.71123.6594.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 81 (32.03% from 255) = 58.70%
BLUE value IS 48 (19.14% from 255) = 34.78%
R=6.52%
G=58.70%
B=34.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal981480.8900.410.68152.58017.65
Hex951305902944985012
Octal111216013105110423012022
Binary1001101000111000010110010101001100010010011000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095130; }

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

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

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

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

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

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

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

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