#35705A

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

Shades of Stromboli #35705A

Tints of Stromboli #35705A

Color information

#35705A (or 0x35705A) is unknown color: approx Stromboli. HEX triplet: 35, 70 and 5A. RGB value is (53,112,90). Sum of RGB (Red+Green+Blue) = 53+112+90=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #35705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35705A is #CA8FA5. Grayscale: #5B5B5B. Windows color (decimal): -13275046 or 5926965. OLE color: 5926965.

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

Color convert

RGB5311290-
CMYK0.5300.200.56
HSL157.63º35.76%32.35%-
HSV(B)157.63º52.68%43.92%-
XYZ9.1113.0811.72-
YUV91.85126.95100.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.78%
GREEN value IS 112 (44.14% from 255) = 43.92%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=20.78%
G=43.92%
B=35.29%

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
Decimal53112900.5300.200.56157.6335.7632.35
Hex35705A35014389e2420
Octal6516013265024702364440
Binary1101011110000101101011010101010011100010011110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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