Html Css Color HEX #35735C Stromboli

📋 copy color: '#35735C'

red 53 ◦ green 115 ◦ blue 92

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

Shades of Stromboli #35735C

Tints of Stromboli #35735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.23%

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

R = 20.38%
G = 44.23%
B = 35.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#35735C (or 0x35735C) is known color: Stromboli. HEX triplet: 35, 73 and 5C. RGB value is (53,115,92). Sum of RGB (Red+Green+Blue) = 53+115+92=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #35735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35735C is #CA8CA3. Grayscale: #5D5D5D. Windows color (decimal): -13274276 or 6058805. OLE color: 6058805.

HSL color Cylindrical-coordinate representation of color #35735C: hue angle of 157.74º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35735C is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 115 92 -
CMYK 0.54 0 0.20 0.55
HSL 157.74º 0.37% 0.33% -
HSV(B) 157.74º 0.54% 0.45% -
XYZ 9.53 13.79 12.28 -
YUV 93.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 53 115 92 0.54 0 0.20 0.55 157.74 0.37 0.33
Hex 35 73 5C 36 0 14 37 9E 25 21
Octal 65 163 134 66 0 24 67 236 45 41
Binary 110101 1110011 1011100 110110 0 10100 110111 10011110 100101 100001

Color Harmonies of #35735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35735C

Black with #35735C

Text Example


Text Example

White with #35735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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