Html Css Color HEX #36705D Stromboli

📋 copy color: '#36705D'

red 54 ◦ green 112 ◦ blue 93

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

Shades of Stromboli #36705D

Tints of Stromboli #36705D

RGB

 RED value IS 54 (21.48% from 255) = 20.85%

 GREEN value IS 112 (44.14% from 255) = 43.24%

 BLUE value IS 93 (36.72% from 255) = 35.91%

R = 20.85%
G = 43.24%
B = 35.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#36705D (or 0x36705D) is known color: Stromboli. HEX triplet: 36, 70 and 5D. RGB value is (54,112,93). Sum of RGB (Red+Green+Blue) = 54+112+93=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #36705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36705D is #C98FA2. Grayscale: #5C5C5C. Windows color (decimal): -13209507 or 6123574. OLE color: 6123574.

HSL color Cylindrical-coordinate representation of color #36705D: hue angle of 160.34º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36705D is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 93 -
CMYK 0.52 0 0.17 0.56
HSL 160.34º 0.35% 0.33% -
HSV(B) 160.34º 0.52% 0.44% -
XYZ 9.29 13.16 12.41 -
YUV 92.49 128.28 100.54 -
System Red Green Blue C M Y K H S L
Decimal 54 112 93 0.52 0 0.17 0.56 160.34 0.35 0.33
Hex 36 70 5D 34 0 11 38 A0 23 21
Octal 66 160 135 64 0 21 70 240 43 41
Binary 110110 1110000 1011101 110100 0 10001 111000 10100000 100011 100001

Color Harmonies of #36705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36705D

Black with #36705D

Text Example


Text Example

White with #36705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36705D; }

 p { color: rgb(54,112,93); }

 H1.HeaderClassName
 {
   color: #36705D;
 }
 .AnyTagClassName
 {
   color: #36705D;
 }
</style>

background-color css

<style>
 a { background-color: #36705D; }

 a { background-color: rgb(54,112,93); }

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

border-color css

<style>
 span { border-color: #36705D; }

 span { border-color: rgb(54,112,93); }

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