#35735E

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

Shades of Stromboli #35735E

Tints of Stromboli #35735E

Color information

#35735E (or 0x35735E) is unknown color: approx Stromboli. HEX triplet: 35, 73 and 5E. RGB value is (53,115,94). Sum of RGB (Red+Green+Blue) = 53+115+94=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #35735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35735E is #CA8CA1. Grayscale: #5E5E5E. Windows color (decimal): -13274274 or 6189877. OLE color: 6189877.

HSL color Cylindrical-coordinate representation of color #35735E: hue angle of 159.68º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35735E is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB5311594-
CMYK0.5400.180.55
HSL159.68º36.9%32.94%-
HSV(B)159.68º53.91%45.1%-
XYZ9.6213.8312.75-
YUV94.07127.9698.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 115 (45.31% from 255) = 43.89%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=20.23%
G=43.89%
B=35.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53115940.5400.180.55159.6836.932.94
Hex35735E3601237a02521
Octal6516313666022672404541
Binary1101011110011101111011011001001011011110100000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,115,94); }

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

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

 a { background-color: rgb(53,115,94); }

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

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

 span { border-color: rgb(53,115,94); }

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