#35705D

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

Shades of Stromboli #35705D

Tints of Stromboli #35705D

Color information

#35705D (or 0x35705D) is unknown color: approx Stromboli. HEX triplet: 35, 70 and 5D. RGB value is (53,112,93). Sum of RGB (Red+Green+Blue) = 53+112+93=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #35705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35705D is #CA8FA2. Grayscale: #5C5C5C. Windows color (decimal): -13275043 or 6123573. OLE color: 6123573.

HSL color Cylindrical-coordinate representation of color #35705D: hue angle of 160.68º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35705D is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB5311293-
CMYK0.5300.170.56
HSL160.68º35.76%32.35%-
HSV(B)160.68º52.68%43.92%-
XYZ9.2413.1412.4-
YUV92.19128.45100.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 112 (44.14% from 255) = 43.41%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=20.54%
G=43.41%
B=36.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53112930.5300.170.56160.6835.7632.35
Hex35705D3501138a12420
Octal6516013565021702414440
Binary1101011110000101110111010101000111100010100001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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