#13462F

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

Shades of Zuccini #13462F

Tints of Zuccini #13462F

Color information

#13462F (or 0x13462F) is unknown color: approx Zuccini. HEX triplet: 13, 46 and 2F. RGB value is (19,70,47). Sum of RGB (Red+Green+Blue) = 19+70+47=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #13462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13462F is #ECB9D0. Grayscale: #343434. Windows color (decimal): -15514065 or 3098131. OLE color: 3098131.

HSL color Cylindrical-coordinate representation of color #13462F: hue angle of 152.94º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13462F is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB197047-
CMYK0.7300.330.73
HSL152.94º57.3%17.45%-
HSV(B)152.94º72.86%27.45%-
XYZ2.974.723.44-
YUV52.13125.1104.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 70 (27.73% from 255) = 51.47%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=13.97%
G=51.47%
B=34.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1970470.7300.330.73152.9457.317.45
Hex13462F4902149993911
Octal23106571110411112317121
Binary1001110001101011111001001010000110010011001100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13462F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,70,47); }

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

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

 a { background-color: rgb(19,70,47); }

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

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

 span { border-color: rgb(19,70,47); }

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