#15412B

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

Shades of Zuccini #15412B

Tints of Zuccini #15412B

Color information

#15412B (or 0x15412B) is unknown color: approx Zuccini. HEX triplet: 15, 41 and 2B. RGB value is (21,65,43). Sum of RGB (Red+Green+Blue) = 21+65+43=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #15412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15412B is #EABED4. Grayscale: #313131. Windows color (decimal): -15384277 or 2834709. OLE color: 2834709.

HSL color Cylindrical-coordinate representation of color #15412B: hue angle of 150º 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 #15412B is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB216543-
CMYK0.6800.340.75
HSL150º51.16%16.86%-
HSV(B)150º67.69%25.49%-
XYZ2.644.112.94-
YUV49.34124.42107.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 65 (25.78% from 255) = 50.39%
BLUE value IS 43 (17.19% from 255) = 33.33%
R=16.28%
G=50.39%
B=33.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2165430.6800.340.7515051.1616.86
Hex15412B440224B963311
Octal25101531040421132266321
Binary1010110000011010111000100010001010010111001011011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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