Html Css Color HEX #35715C Stromboli

📋 copy color: '#35715C'

red 53 ◦ green 113 ◦ blue 92

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

Shades of Stromboli #35715C

Tints of Stromboli #35715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.66%

R = 20.54%
G = 43.8%
B = 35.66%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#35715C (or 0x35715C) is known color: Stromboli. HEX triplet: 35, 71 and 5C. RGB value is (53,113,92). Sum of RGB (Red+Green+Blue) = 53+113+92=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #35715C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35715C is #CA8EA3. Grayscale: #5C5C5C. Windows color (decimal): -13274788 or 6058293. OLE color: 6058293.

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

Color convert

RGB 53 113 92 -
CMYK 0.53 0 0.19 0.56
HSL 159º 0.36% 0.33% -
HSV(B) 159º 0.53% 0.44% -
XYZ 9.31 13.34 12.21 -
YUV 92.67 127.62 99.71 -
System Red Green Blue C M Y K H S L
Decimal 53 113 92 0.53 0 0.19 0.56 159 0.36 0.33
Hex 35 71 5C 35 0 13 38 9F 24 21
Octal 65 161 134 65 0 23 70 237 44 41
Binary 110101 1110001 1011100 110101 0 10011 111000 10011111 100100 100001

Color Harmonies of #35715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35715C

Black with #35715C

Text Example


Text Example

White with #35715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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