#08502F

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

Shades of Zuccini #08502F

Tints of Zuccini #08502F

Color information

#08502F (or 0x08502F) is unknown color: approx Zuccini. HEX triplet: 08, 50 and 2F. RGB value is (8,80,47). Sum of RGB (Red+Green+Blue) = 8+80+47=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #08502F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08502F is #F7AFD0. Grayscale: #363636. Windows color (decimal): -16232401 or 3100680. OLE color: 3100680.

HSL color Cylindrical-coordinate representation of color #08502F: hue angle of 152.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08502F is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.

Color convert

RGB88047-
CMYK0.9000.410.69
HSL152.5º81.82%17.25%-
HSV(B)152.5º90%31.37%-
XYZ3.485.993.66-
YUV54.71123.6594.68-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.93%
GREEN value IS 80 (31.64% from 255) = 59.26%
BLUE value IS 47 (18.75% from 255) = 34.81%
R=5.93%
G=59.26%
B=34.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal880470.9000.410.69152.581.8217.25
Hex8502F5A02945985211
Octal101205713205110523012221
Binary1000101000010111110110100101001100010110011000101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08502F; }

 p { color: rgb(8,80,47); }

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

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

 a { background-color: rgb(8,80,47); }

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

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

 span { border-color: rgb(8,80,47); }

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