#095231

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

Shades of Zuccini #095231

Tints of Zuccini #095231

Color information

#095231 (or 0x095231) is unknown color: approx Zuccini. HEX triplet: 09, 52 and 31. RGB value is (9,82,49). Sum of RGB (Red+Green+Blue) = 9+82+49=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 82 (32.42% from 255 or 58.57% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 82 - color contains mainly: green. Hex color #095231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095231 is #F6ADCE. Grayscale: #383838. Windows color (decimal): -16166351 or 3232265. OLE color: 3232265.

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

Color convert

RGB98249-
CMYK0.8900.400.68
HSL152.88º80.22%17.84%-
HSV(B)152.88º89.02%32.16%-
XYZ3.686.313.93-
YUV56.41123.8294.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 82 (32.42% from 255) = 58.57%
BLUE value IS 49 (19.53% from 255) = 35%
R=6.43%
G=58.57%
B=35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal982490.8900.400.68152.8880.2217.84
Hex952315902844995012
Octal111226113105010423112022
Binary1001101001011000110110010101000100010010011001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095231; }

 p { color: rgb(9,82,49); }

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

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

 a { background-color: rgb(9,82,49); }

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

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

 span { border-color: rgb(9,82,49); }

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