#15482C

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

Shades of Zuccini #15482C

Tints of Zuccini #15482C

Color information

#15482C (or 0x15482C) is unknown color: approx Zuccini. HEX triplet: 15, 48 and 2C. RGB value is (21,72,44). Sum of RGB (Red+Green+Blue) = 21+72+44=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #15482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15482C is #EAB7D3. Grayscale: #353535. Windows color (decimal): -15382484 or 2902037. OLE color: 2902037.

HSL color Cylindrical-coordinate representation of color #15482C: hue angle of 147.06º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15482C is Cyan = 0.71, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB217244-
CMYK0.7100.390.72
HSL147.06º54.84%18.24%-
HSV(B)147.06º70.83%28.24%-
XYZ3.084.983.18-
YUV53.56122.6104.78-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.33%
GREEN value IS 72 (28.52% from 255) = 52.55%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=15.33%
G=52.55%
B=32.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172440.7100.390.72147.0654.8418.24
Hex15482C4702748933712
Octal25110541070471102236722
Binary1010110010001011001000111010011110010001001001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15482C; }

 p { color: rgb(21,72,44); }

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

<style>
 a { background-color: #15482C; }

 a { background-color: rgb(21,72,44); }

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

<style>
 span { border-color: #15482C; }

 span { border-color: rgb(21,72,44); }

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