#15482D

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

Shades of Zuccini #15482D

Tints of Zuccini #15482D

Color information

#15482D (or 0x15482D) is unknown color: approx Zuccini. HEX triplet: 15, 48 and 2D. RGB value is (21,72,45). Sum of RGB (Red+Green+Blue) = 21+72+45=138 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.22% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #15482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15482D is #EAB7D2. Grayscale: #353535. Windows color (decimal): -15382483 or 2967573. OLE color: 2967573.

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

Color convert

RGB217245-
CMYK0.7100.380.72
HSL148.24º54.84%18.24%-
HSV(B)148.24º70.83%28.24%-
XYZ3.14.983.28-
YUV53.67123.1104.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.22%
GREEN value IS 72 (28.52% from 255) = 52.17%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=15.22%
G=52.17%
B=32.61%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2172450.7100.380.72148.2454.8418.24
Hex15482D4702648943712
Octal25110551070461102246722
Binary1010110010001011011000111010011010010001001010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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