#15452A

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

Shades of Zuccini #15452A

Tints of Zuccini #15452A

Color information

#15452A (or 0x15452A) is unknown color: approx Zuccini. HEX triplet: 15, 45 and 2A. RGB value is (21,69,42). Sum of RGB (Red+Green+Blue) = 21+69+42=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #15452A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15452A is #EABAD5. Grayscale: #333333. Windows color (decimal): -15383254 or 2770197. OLE color: 2770197.

HSL color Cylindrical-coordinate representation of color #15452A: hue angle of 146.25º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #15452A is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB216942-
CMYK0.7000.390.73
HSL146.25º53.33%17.65%-
HSV(B)146.25º69.57%27.06%-
XYZ2.864.582.92-
YUV51.57122.6106.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 69 (27.34% from 255) = 52.27%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=15.91%
G=52.27%
B=31.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2169420.7000.390.73146.2553.3317.65
Hex15452A4602749923512
Octal25105521060471112226522
Binary1010110001011010101000110010011110010011001001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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