#35695B

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

Shades of Stromboli #35695B

Tints of Stromboli #35695B

Color information

#35695B (or 0x35695B) is unknown color: approx Stromboli. HEX triplet: 35, 69 and 5B. RGB value is (53,105,91). Sum of RGB (Red+Green+Blue) = 53+105+91=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #35695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35695B is #CA96A4. Grayscale: #575757. Windows color (decimal): -13276837 or 5990709. OLE color: 5990709.

HSL color Cylindrical-coordinate representation of color #35695B: hue angle of 163.85º degrees, saturation: 0.33, 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 #35695B is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB5310591-
CMYK0.5000.130.59
HSL163.85º32.91%30.98%-
HSV(B)163.85º49.52%41.18%-
XYZ8.4111.6211.7-
YUV87.86129.77103.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.29%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 91 (35.94% from 255) = 36.55%
R=21.29%
G=42.17%
B=36.55%

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
Decimal53105910.5000.130.59163.8532.9130.98
Hex35695B320D3Ba4211f
Octal6515113362015732444137
Binary11010111010011011011110010011011110111010010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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