#34695B

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

Shades of Stromboli #34695B

Tints of Stromboli #34695B

Color information

#34695B (or 0x34695B) is unknown color: approx Stromboli. HEX triplet: 34, 69 and 5B. RGB value is (52,105,91). Sum of RGB (Red+Green+Blue) = 52+105+91=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #34695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34695B is #CB96A4. Grayscale: #575757. Windows color (decimal): -13342373 or 5990708. OLE color: 5990708.

HSL color Cylindrical-coordinate representation of color #34695B: hue angle of 164.15º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34695B is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB5210591-
CMYK0.5000.130.59
HSL164.15º33.76%30.78%-
HSV(B)164.15º50.48%41.18%-
XYZ8.3611.5911.69-
YUV87.56129.94102.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.97%
GREEN value IS 105 (41.41% from 255) = 42.34%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=20.97%
G=42.34%
B=36.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105910.5000.130.59164.1533.7630.78
Hex34695B320D3Ba4221f
Octal6415113362015732444237
Binary11010011010011011011110010011011110111010010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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