Html Css Color HEX #35735E Stromboli

📋 copy color: '#35735E'

red 53 ◦ green 115 ◦ blue 94

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

Shades of Stromboli #35735E

Tints of Stromboli #35735E

RGB

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

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

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

R = 20.23%
G = 43.89%
B = 35.88%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#35735E (or 0x35735E) is known color: Stromboli. HEX triplet: 35, 73 and 5E. RGB value is (53,115,94). Sum of RGB (Red+Green+Blue) = 53+115+94=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 115 - color contains mainly: green. Hex color #35735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35735E is #CA8CA1. Grayscale: #5E5E5E. Windows color (decimal): -13274274 or 6189877. OLE color: 6189877.

HSL color Cylindrical-coordinate representation of color #35735E: hue angle of 159.68º 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 #35735E is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 115 94 -
CMYK 0.54 0 0.18 0.55
HSL 159.68º 0.37% 0.33% -
HSV(B) 159.68º 0.54% 0.45% -
XYZ 9.62 13.83 12.75 -
YUV 94.07 127.96 98.71 -
System Red Green Blue C M Y K H S L
Decimal 53 115 94 0.54 0 0.18 0.55 159.68 0.37 0.33
Hex 35 73 5E 36 0 12 37 A0 25 21
Octal 65 163 136 66 0 22 67 240 45 41
Binary 110101 1110011 1011110 110110 0 10010 110111 10100000 100101 100001

Color Harmonies of #35735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35735E

Black with #35735E

Text Example


Text Example

White with #35735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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