#13492F

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

Shades of Zuccini #13492F

Tints of Zuccini #13492F

Color information

#13492F (or 0x13492F) is unknown color: approx Zuccini. HEX triplet: 13, 49 and 2F. RGB value is (19,73,47). Sum of RGB (Red+Green+Blue) = 19+73+47=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #13492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13492F is #ECB6D0. Grayscale: #353535. Windows color (decimal): -15513297 or 3098899. OLE color: 3098899.

HSL color Cylindrical-coordinate representation of color #13492F: hue angle of 151.11º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13492F is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB197347-
CMYK0.7400.360.71
HSL151.11º58.7%18.04%-
HSV(B)151.11º73.97%28.63%-
XYZ3.165.113.51-
YUV53.89124.11103.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 73 (28.91% from 255) = 52.52%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=13.67%
G=52.52%
B=33.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1973470.7400.360.71151.1158.718.04
Hex13492F4A02447973b12
Octal23111571120441072277322
Binary1001110010011011111001010010010010001111001011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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