#15492B

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

Shades of Zuccini #15492B

Tints of Zuccini #15492B

Color information

#15492B (or 0x15492B) is unknown color: approx Zuccini. HEX triplet: 15, 49 and 2B. RGB value is (21,73,43). Sum of RGB (Red+Green+Blue) = 21+73+43=137 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.33% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #15492B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15492B is #EAB6D4. Grayscale: #363636. Windows color (decimal): -15382229 or 2836757. OLE color: 2836757.

HSL color Cylindrical-coordinate representation of color #15492B: hue angle of 145.38º 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 #15492B is Cyan = 0.71, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB217343-
CMYK0.7100.410.71
HSL145.38º55.32%18.43%-
HSV(B)145.38º71.23%28.63%-
XYZ3.135.13.1-
YUV54.03121.77104.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.33%
GREEN value IS 73 (28.91% from 255) = 53.28%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=15.33%
G=53.28%
B=31.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2173430.7100.410.71145.3855.3218.43
Hex15492B4702947913712
Octal25111531070511072216722
Binary1010110010011010111000111010100110001111001000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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