Html Css Color HEX #35715E Stromboli

📋 copy color: '#35715E'

red 53 ◦ green 113 ◦ blue 94

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

Shades of Stromboli #35715E

Tints of Stromboli #35715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.46%

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

R = 20.38%
G = 43.46%
B = 36.15%

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

#35715E (or 0x35715E) is known color: Stromboli. HEX triplet: 35, 71 and 5E. RGB value is (53,113,94). Sum of RGB (Red+Green+Blue) = 53+113+94=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 113 - color contains mainly: green. Hex color #35715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35715E is #CA8EA1. Grayscale: #5C5C5C. Windows color (decimal): -13274786 or 6189365. OLE color: 6189365.

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

Color convert

RGB 53 113 94 -
CMYK 0.53 0 0.17 0.56
HSL 161º 0.36% 0.33% -
HSV(B) 161º 0.53% 0.44% -
XYZ 9.39 13.38 12.68 -
YUV 92.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 53 113 94 0.53 0 0.17 0.56 161 0.36 0.33
Hex 35 71 5E 35 0 11 38 A1 24 21
Octal 65 161 136 65 0 21 70 241 44 41
Binary 110101 1110001 1011110 110101 0 10001 111000 10100001 100100 100001

Color Harmonies of #35715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35715E

Black with #35715E

Text Example


Text Example

White with #35715E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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