#13482B

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

Shades of Zuccini #13482B

Tints of Zuccini #13482B

Color information

#13482B (or 0x13482B) is unknown color: approx Zuccini. HEX triplet: 13, 48 and 2B. RGB value is (19,72,43). Sum of RGB (Red+Green+Blue) = 19+72+43=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #13482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13482B is #ECB7D4. Grayscale: #343434. Windows color (decimal): -15513557 or 2836499. OLE color: 2836499.

HSL color Cylindrical-coordinate representation of color #13482B: hue angle of 147.17º 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 #13482B is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB197243-
CMYK0.7400.400.72
HSL147.17º58.24%17.84%-
HSV(B)147.17º73.61%28.24%-
XYZ3.024.953.08-
YUV52.85122.44103.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=14.18%
G=53.73%
B=32.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1972430.7400.400.72147.1758.2417.84
Hex13482B4A02848933a12
Octal23110531120501102237222
Binary1001110010001010111001010010100010010001001001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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