#34715E

Color #34715E Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #34715E

Tints of Stromboli #34715E

Color information

#34715E (or 0x34715E) is unknown color: approx Stromboli. HEX triplet: 34, 71 and 5E. RGB value is (52,113,94). Sum of RGB (Red+Green+Blue) = 52+113+94=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #34715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34715E is #CB8EA1. Grayscale: #5C5C5C. Windows color (decimal): -13340322 or 6189364. OLE color: 6189364.

HSL color Cylindrical-coordinate representation of color #34715E: hue angle of 161.31º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34715E is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB5211394-
CMYK0.5400.170.56
HSL161.31º36.97%32.35%-
HSV(B)161.31º53.98%44.31%-
XYZ9.3413.3512.67-
YUV92.6128.7999.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=20.08%
G=43.63%
B=36.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52113940.5400.170.56161.3136.9732.35
Hex34715E3601138a12520
Octal6416113666021702414540
Binary1101001110001101111011011001000111100010100001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34715E; }

 p { color: rgb(52,113,94); }

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

<style>
 a { background-color: #34715E; }

 a { background-color: rgb(52,113,94); }

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

<style>
 span { border-color: #34715E; }

 span { border-color: rgb(52,113,94); }

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