#15502E

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

Shades of Zuccini #15502E

Tints of Zuccini #15502E

Color information

#15502E (or 0x15502E) is unknown color: approx Zuccini. HEX triplet: 15, 50 and 2E. RGB value is (21,80,46). Sum of RGB (Red+Green+Blue) = 21+80+46=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 80 (31.64% from 255 or 54.42% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 80 - color contains mainly: green. Hex color #15502E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15502E is #EAAFD1. Grayscale: #3A3A3A. Windows color (decimal): -15380434 or 3035157. OLE color: 3035157.

HSL color Cylindrical-coordinate representation of color #15502E: hue angle of 145.42º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #15502E is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB218046-
CMYK0.7400.420.69
HSL145.42º58.42%19.8%-
HSV(B)145.42º73.75%31.37%-
XYZ3.676.093.57-
YUV58.48120.95101.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 80 (31.64% from 255) = 54.42%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=14.29%
G=54.42%
B=31.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180460.7400.420.69145.4258.4219.8
Hex15502E4A02A45913a14
Octal25120561120521052217224
Binary1010110100001011101001010010101010001011001000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15502E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15502E; }

 p { color: rgb(21,80,46); }

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

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

 a { background-color: rgb(21,80,46); }

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

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

 span { border-color: rgb(21,80,46); }

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