#15422D

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

Shades of Zuccini #15422D

Tints of Zuccini #15422D

Color information

#15422D (or 0x15422D) is unknown color: approx Zuccini. HEX triplet: 15, 42 and 2D. RGB value is (21,66,45). Sum of RGB (Red+Green+Blue) = 21+66+45=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #15422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15422D is #EABDD2. Grayscale: #323232. Windows color (decimal): -15384019 or 2966037. OLE color: 2966037.

HSL color Cylindrical-coordinate representation of color #15422D: hue angle of 152º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15422D is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB216645-
CMYK0.6800.320.74
HSL152º51.72%17.06%-
HSV(B)152º68.18%25.88%-
XYZ2.734.253.16-
YUV50.15125.09107.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 66 (26.17% from 255) = 50%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=15.91%
G=50%
B=34.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2166450.6800.320.7415251.7217.06
Hex15422D440204A983411
Octal25102551040401122306421
Binary1010110000101011011000100010000010010101001100011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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