Html Css Color HEX #35705E Stromboli

📋 copy color: '#35705E'

red 53 ◦ green 112 ◦ blue 94

#35705E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #35705E

Tints of Stromboli #35705E

RGB

 RED value IS 53 (21.09% from 255) = 20.46%

 GREEN value IS 112 (44.14% from 255) = 43.24%

 BLUE value IS 94 (37.11% from 255) = 36.29%

R = 20.46%
G = 43.24%
B = 36.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#35705E (or 0x35705E) is known color: Stromboli. HEX triplet: 35, 70 and 5E. RGB value is (53,112,94). Sum of RGB (Red+Green+Blue) = 53+112+94=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #35705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35705E is #CA8FA1. Grayscale: #5C5C5C. Windows color (decimal): -13275042 or 6189109. OLE color: 6189109.

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

Color convert

RGB 53 112 94 -
CMYK 0.53 0 0.16 0.56
HSL 161.69º 0.36% 0.32% -
HSV(B) 161.69º 0.53% 0.44% -
XYZ 9.28 13.15 12.64 -
YUV 92.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 53 112 94 0.53 0 0.16 0.56 161.69 0.36 0.32
Hex 35 70 5E 35 0 10 38 A2 24 20
Octal 65 160 136 65 0 20 70 242 44 40
Binary 110101 1110000 1011110 110101 0 10000 111000 10100010 100100 100000

Color Harmonies of #35705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35705E

Black with #35705E

Text Example


Text Example

White with #35705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35705E;
 }
 .AnyTagClassName
 {
   color: #35705E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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