Html Css Color HEX #35705D Stromboli

📋 copy color: '#35705D'

red 53 ◦ green 112 ◦ blue 93

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

Shades of Stromboli #35705D

Tints of Stromboli #35705D

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 value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#35705D (or 0x35705D) is known color: 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

RGB 53 112 93 -
CMYK 0.53 0 0.17 0.56
HSL 160.68º 0.36% 0.32% -
HSV(B) 160.68º 0.53% 0.44% -
XYZ 9.24 13.14 12.4 -
YUV 92.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 53 112 93 0.53 0 0.17 0.56 160.68 0.36 0.32
Hex 35 70 5D 35 0 11 38 A1 24 20
Octal 65 160 135 65 0 21 70 241 44 40
Binary 110101 1110000 1011101 110101 0 10001 111000 10100001 100100 100000

Color Harmonies of #35705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35705D

Black with #35705D

Text Example


Text Example

White with #35705D

Text Example


Text Example

HTML Codes & Css Web 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>