#15422E

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

Shades of Zuccini #15422E

Tints of Zuccini #15422E

Color information

#15422E (or 0x15422E) is unknown color: approx Zuccini. HEX triplet: 15, 42 and 2E. RGB value is (21,66,46). Sum of RGB (Red+Green+Blue) = 21+66+46=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #15422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15422E is #EABDD1. Grayscale: #323232. Windows color (decimal): -15384018 or 3031573. OLE color: 3031573.

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

Color convert

RGB216646-
CMYK0.6800.300.74
HSL153.33º51.72%17.06%-
HSV(B)153.33º68.18%25.88%-
XYZ2.754.253.26-
YUV50.26125.59107.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 66 (26.17% from 255) = 49.62%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=15.79%
G=49.62%
B=34.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2166460.6800.300.74153.3351.7217.06
Hex15422E4401E4A993411
Octal25102561040361122316421
Binary101011000010101110100010001111010010101001100111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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