#13482D

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

Shades of Zuccini #13482D

Tints of Zuccini #13482D

Color information

#13482D (or 0x13482D) is unknown color: approx Zuccini. HEX triplet: 13, 48 and 2D. RGB value is (19,72,45). Sum of RGB (Red+Green+Blue) = 19+72+45=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #13482D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13482D is #ECB7D2. Grayscale: #353535. Windows color (decimal): -15513555 or 2967571. OLE color: 2967571.

HSL color Cylindrical-coordinate representation of color #13482D: hue angle of 149.43º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13482D is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB197245-
CMYK0.7400.380.72
HSL149.43º58.24%17.84%-
HSV(B)149.43º73.61%28.24%-
XYZ3.064.963.28-
YUV53.08123.44103.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 72 (28.52% from 255) = 52.94%
BLUE value IS 45 (17.97% from 255) = 33.09%
R=13.97%
G=52.94%
B=33.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972450.7400.380.72149.4358.2417.84
Hex13482D4A02648953a12
Octal23110551120461102257222
Binary1001110010001011011001010010011010010001001010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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