#15432D

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

Shades of Zuccini #15432D

Tints of Zuccini #15432D

Color information

#15432D (or 0x15432D) is unknown color: approx Zuccini. HEX triplet: 15, 43 and 2D. RGB value is (21,67,45). Sum of RGB (Red+Green+Blue) = 21+67+45=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 45 (17.97% from 255 or 33.83% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #15432D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15432D is #EABCD2. Grayscale: #323232. Windows color (decimal): -15383763 or 2966293. OLE color: 2966293.

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

Color convert

RGB216745-
CMYK0.6900.330.74
HSL151.3º52.27%17.25%-
HSV(B)151.3º68.66%26.27%-
XYZ2.794.363.18-
YUV50.74124.76106.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 67 (26.56% from 255) = 50.38%
BLUE value IS 45 (17.97% from 255) = 33.83%
R=15.79%
G=50.38%
B=33.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2167450.6900.330.74151.352.2717.25
Hex15432D450214A973411
Octal25103551050411122276421
Binary1010110000111011011000101010000110010101001011111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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