#085331

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

Shades of Zuccini #085331

Tints of Zuccini #085331

Color information

#085331 (or 0x085331) is unknown color: approx Zuccini. HEX triplet: 08, 53 and 31. RGB value is (8,83,49). Sum of RGB (Red+Green+Blue) = 8+83+49=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 83 (32.81% from 255 or 59.29% from 140); Blue value is 49 (19.53% from 255 or 35% from 140); Max value from RGB is 83 - color contains mainly: green. Hex color #085331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085331 is #F7ACCE. Grayscale: #383838. Windows color (decimal): -16231631 or 3232520. OLE color: 3232520.

HSL color Cylindrical-coordinate representation of color #085331: hue angle of 152.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085331 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB88349-
CMYK0.9000.410.67
HSL152.8º82.42%17.84%-
HSV(B)152.8º90.36%32.55%-
XYZ3.756.463.96-
YUV56.7123.6593.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.71%
GREEN value IS 83 (32.81% from 255) = 59.29%
BLUE value IS 49 (19.53% from 255) = 35%
R=5.71%
G=59.29%
B=35%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883490.9000.410.67152.882.4217.84
Hex853315A02943995212
Octal101236113205110323112222
Binary1000101001111000110110100101001100001110011001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085331; }

 p { color: rgb(8,83,49); }

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

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

 a { background-color: rgb(8,83,49); }

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

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

 span { border-color: rgb(8,83,49); }

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