#34705D

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

Shades of Stromboli #34705D

Tints of Stromboli #34705D

Color information

#34705D (or 0x34705D) is unknown color: approx Stromboli. HEX triplet: 34, 70 and 5D. RGB value is (52,112,93). Sum of RGB (Red+Green+Blue) = 52+112+93=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #34705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34705D is #CB8FA2. Grayscale: #5B5B5B. Windows color (decimal): -13340579 or 6123572. OLE color: 6123572.

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

Color convert

RGB5211293-
CMYK0.5400.170.56
HSL161º36.59%32.16%-
HSV(B)161º53.57%43.92%-
XYZ9.1913.1112.4-
YUV91.89128.6299.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.23%
GREEN value IS 112 (44.14% from 255) = 43.58%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=20.23%
G=43.58%
B=36.19%

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
Decimal52112930.5400.170.5616136.5932.16
Hex34705D3601138a12520
Octal6416013566021702414540
Binary1101001110000101110111011001000111100010100001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34705D; }

 p { color: rgb(52,112,93); }

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

<style>
 a { background-color: #34705D; }

 a { background-color: rgb(52,112,93); }

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

<style>
 span { border-color: #34705D; }

 span { border-color: rgb(52,112,93); }

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