#15422A

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

Shades of Zuccini #15422A

Tints of Zuccini #15422A

Color information

#15422A (or 0x15422A) is unknown color: approx Zuccini. HEX triplet: 15, 42 and 2A. RGB value is (21,66,42). Sum of RGB (Red+Green+Blue) = 21+66+42=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #15422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15422A is #EABDD5. Grayscale: #313131. Windows color (decimal): -15384022 or 2769429. OLE color: 2769429.

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

Color convert

RGB216642-
CMYK0.6800.360.74
HSL148º51.72%17.06%-
HSV(B)148º68.18%25.88%-
XYZ2.684.222.86-
YUV49.81123.59107.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 66 (26.17% from 255) = 51.16%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=16.28%
G=51.16%
B=32.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2166420.6800.360.7414851.7217.06
Hex15422A440244A943411
Octal25102521040441122246421
Binary1010110000101010101000100010010010010101001010011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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