#15432E

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

Shades of Zuccini #15432E

Tints of Zuccini #15432E

Color information

#15432E (or 0x15432E) is unknown color: approx Zuccini. HEX triplet: 15, 43 and 2E. RGB value is (21,67,46). Sum of RGB (Red+Green+Blue) = 21+67+46=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #15432E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15432E is #EABCD1. Grayscale: #323232. Windows color (decimal): -15383762 or 3031829. OLE color: 3031829.

HSL color Cylindrical-coordinate representation of color #15432E: hue angle of 152.61º 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 #15432E is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.

Color convert

RGB216746-
CMYK0.6900.310.74
HSL152.61º52.27%17.25%-
HSV(B)152.61º68.66%26.27%-
XYZ2.814.373.28-
YUV50.85125.26106.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 67 (26.56% from 255) = 50%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=15.67%
G=50%
B=34.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2167460.6900.310.74152.6152.2717.25
Hex15432E4501F4A993411
Octal25103561050371122316421
Binary101011000011101110100010101111110010101001100111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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