#15412D

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

Shades of Zuccini #15412D

Tints of Zuccini #15412D

Color information

#15412D (or 0x15412D) is unknown color: approx Zuccini. HEX triplet: 15, 41 and 2D. RGB value is (21,65,45). Sum of RGB (Red+Green+Blue) = 21+65+45=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #15412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15412D is #EABED2. Grayscale: #313131. Windows color (decimal): -15384275 or 2965781. OLE color: 2965781.

HSL color Cylindrical-coordinate representation of color #15412D: hue angle of 152.73º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15412D is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB216545-
CMYK0.6800.310.75
HSL152.73º51.16%16.86%-
HSV(B)152.73º67.69%25.49%-
XYZ2.674.133.14-
YUV49.56125.42107.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 65 (25.78% from 255) = 49.62%
BLUE value IS 45 (17.97% from 255) = 34.35%
R=16.03%
G=49.62%
B=34.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2165450.6800.310.75152.7351.1616.86
Hex15412D4401F4B993311
Octal25101551040371132316321
Binary101011000001101101100010001111110010111001100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15412D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15412D; }

 p { color: rgb(21,65,45); }

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

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

 a { background-color: rgb(21,65,45); }

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

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

 span { border-color: rgb(21,65,45); }

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