#15442E

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

Shades of Zuccini #15442E

Tints of Zuccini #15442E

Color information

#15442E (or 0x15442E) is unknown color: approx Zuccini. HEX triplet: 15, 44 and 2E. RGB value is (21,68,46). Sum of RGB (Red+Green+Blue) = 21+68+46=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #15442E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15442E is #EABBD1. Grayscale: #333333. Windows color (decimal): -15383506 or 3032085. OLE color: 3032085.

HSL color Cylindrical-coordinate representation of color #15442E: hue angle of 151.91º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #15442E is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB216846-
CMYK0.6900.320.73
HSL151.91º52.81%17.45%-
HSV(B)151.91º69.12%26.67%-
XYZ2.874.493.3-
YUV51.44124.93106.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=15.56%
G=50.37%
B=34.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2168460.6900.320.73151.9152.8117.45
Hex15442E4502049983511
Octal25104561050401112306521
Binary1010110001001011101000101010000010010011001100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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