#34735D

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

Shades of Stromboli #34735D

Tints of Stromboli #34735D

Color information

#34735D (or 0x34735D) is unknown color: approx Stromboli. HEX triplet: 34, 73 and 5D. RGB value is (52,115,93). Sum of RGB (Red+Green+Blue) = 52+115+93=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #34735D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34735D is #CB8CA2. Grayscale: #5D5D5D. Windows color (decimal): -13339811 or 6124340. OLE color: 6124340.

HSL color Cylindrical-coordinate representation of color #34735D: hue angle of 159.05º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34735D is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB5211593-
CMYK0.5500.190.55
HSL159.05º37.72%32.75%-
HSV(B)159.05º54.78%45.1%-
XYZ9.5213.7812.51-
YUV93.66127.6398.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20%
GREEN value IS 115 (45.31% from 255) = 44.23%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=20%
G=44.23%
B=35.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115930.5500.190.55159.0537.7232.75
Hex34735D37013379f2621
Octal6416313567023672374641
Binary1101001110011101110111011101001111011110011111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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