#15482A

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

Shades of Zuccini #15482A

Tints of Zuccini #15482A

Color information

#15482A (or 0x15482A) is unknown color: approx Zuccini. HEX triplet: 15, 48 and 2A. RGB value is (21,72,42). Sum of RGB (Red+Green+Blue) = 21+72+42=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #15482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15482A is #EAB7D5. Grayscale: #353535. Windows color (decimal): -15382486 or 2770965. OLE color: 2770965.

HSL color Cylindrical-coordinate representation of color #15482A: hue angle of 144.71º 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 #15482A is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB217242-
CMYK0.7100.420.72
HSL144.71º54.84%18.24%-
HSV(B)144.71º70.83%28.24%-
XYZ3.044.962.99-
YUV53.33121.6104.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 72 (28.52% from 255) = 53.33%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=15.56%
G=53.33%
B=31.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172420.7100.420.72144.7154.8418.24
Hex15482A4702A48913712
Octal25110521070521102216722
Binary1010110010001010101000111010101010010001001000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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