#35715A

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

Shades of Stromboli #35715A

Tints of Stromboli #35715A

Color information

#35715A (or 0x35715A) is unknown color: approx Stromboli. HEX triplet: 35, 71 and 5A. RGB value is (53,113,90). Sum of RGB (Red+Green+Blue) = 53+113+90=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #35715A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35715A is #CA8EA5. Grayscale: #5C5C5C. Windows color (decimal): -13274790 or 5927221. OLE color: 5927221.

HSL color Cylindrical-coordinate representation of color #35715A: hue angle of 157º 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 #35715A is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB5311390-
CMYK0.5300.200.56
HSL157º36.14%32.55%-
HSV(B)157º53.1%44.31%-
XYZ9.2213.3111.76-
YUV92.44126.6299.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 113 (44.53% from 255) = 44.14%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=20.70%
G=44.14%
B=35.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53113900.5300.200.5615736.1432.55
Hex35715A35014389d2421
Octal6516113265024702354441
Binary1101011110001101101011010101010011100010011101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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