#35715B

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

Shades of Stromboli #35715B

Tints of Stromboli #35715B

Color information

#35715B (or 0x35715B) is unknown color: approx Stromboli. HEX triplet: 35, 71 and 5B. RGB value is (53,113,91). Sum of RGB (Red+Green+Blue) = 53+113+91=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #35715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35715B is #CA8EA4. Grayscale: #5C5C5C. Windows color (decimal): -13274789 or 5992757. OLE color: 5992757.

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

Color convert

RGB5311391-
CMYK0.5300.190.56
HSL158º36.14%32.55%-
HSV(B)158º53.1%44.31%-
XYZ9.2613.3211.98-
YUV92.55127.1299.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=20.62%
G=43.97%
B=35.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113910.5300.190.5615836.1432.55
Hex35715B35013389e2421
Octal6516113365023702364441
Binary1101011110001101101111010101001111100010011110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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