#34715B

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

Shades of Stromboli #34715B

Tints of Stromboli #34715B

Color information

#34715B (or 0x34715B) is unknown color: approx Stromboli. HEX triplet: 34, 71 and 5B. RGB value is (52,113,91). Sum of RGB (Red+Green+Blue) = 52+113+91=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #34715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34715B is #CB8EA4. Grayscale: #5C5C5C. Windows color (decimal): -13340325 or 5992756. OLE color: 5992756.

HSL color Cylindrical-coordinate representation of color #34715B: hue angle of 158.36º 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 #34715B is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB5211391-
CMYK0.5400.190.56
HSL158.36º36.97%32.35%-
HSV(B)158.36º53.98%44.31%-
XYZ9.2113.311.98-
YUV92.25127.2999.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.31%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=20.31%
G=44.14%
B=35.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52113910.5400.190.56158.3636.9732.35
Hex34715B36013389e2520
Octal6416113366023702364540
Binary1101001110001101101111011001001111100010011110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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