#15492F

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

Shades of Zuccini #15492F

Tints of Zuccini #15492F

Color information

#15492F (or 0x15492F) is unknown color: approx Zuccini. HEX triplet: 15, 49 and 2F. RGB value is (21,73,47). Sum of RGB (Red+Green+Blue) = 21+73+47=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 73 (28.91% from 255 or 51.77% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 73 - color contains mainly: green. Hex color #15492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15492F is #EAB6D0. Grayscale: #363636. Windows color (decimal): -15382225 or 3098901. OLE color: 3098901.

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

Color convert

RGB217347-
CMYK0.7100.360.71
HSL150º55.32%18.43%-
HSV(B)150º71.23%28.63%-
XYZ3.25.133.51-
YUV54.49123.77104.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 73 (28.91% from 255) = 51.77%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=14.89%
G=51.77%
B=33.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2173470.7100.360.7115055.3218.43
Hex15492F4702447963712
Octal25111571070441072266722
Binary1010110010011011111000111010010010001111001011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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