#15492E

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

Shades of Zuccini #15492E

Tints of Zuccini #15492E

Color information

#15492E (or 0x15492E) is unknown color: approx Zuccini. HEX triplet: 15, 49 and 2E. RGB value is (21,73,46). Sum of RGB (Red+Green+Blue) = 21+73+46=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #15492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15492E is #EAB6D1. Grayscale: #363636. Windows color (decimal): -15382226 or 3033365. OLE color: 3033365.

HSL color Cylindrical-coordinate representation of color #15492E: hue angle of 148.85º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #15492E is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB217346-
CMYK0.7100.370.71
HSL148.85º55.32%18.43%-
HSV(B)148.85º71.23%28.63%-
XYZ3.185.123.41-
YUV54.37123.27104.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 73 (28.91% from 255) = 52.14%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=15%
G=52.14%
B=32.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2173460.7100.370.71148.8555.3218.43
Hex15492E4702547953712
Octal25111561070451072256722
Binary1010110010011011101000111010010110001111001010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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