Html Css Color HEX #36705B Stromboli

📋 copy color: '#36705B'

red 54 ◦ green 112 ◦ blue 91

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

Shades of Stromboli #36705B

Tints of Stromboli #36705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.41%

R = 21.01%
G = 43.58%
B = 35.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#36705B (or 0x36705B) is known color: Stromboli. HEX triplet: 36, 70 and 5B. RGB value is (54,112,91). Sum of RGB (Red+Green+Blue) = 54+112+91=257 (34% of max value = 765). Red value is 54 (21.48% from 255 or 21.01% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #36705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36705B is #C98FA4. Grayscale: #5C5C5C. Windows color (decimal): -13209509 or 5992502. OLE color: 5992502.

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

Color convert

RGB 54 112 91 -
CMYK 0.52 0 0.19 0.56
HSL 158.28º 0.35% 0.33% -
HSV(B) 158.28º 0.52% 0.44% -
XYZ 9.2 13.13 11.95 -
YUV 92.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 54 112 91 0.52 0 0.19 0.56 158.28 0.35 0.33
Hex 36 70 5B 34 0 13 38 9E 23 21
Octal 66 160 133 64 0 23 70 236 43 41
Binary 110110 1110000 1011011 110100 0 10011 111000 10011110 100011 100001

Color Harmonies of #36705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36705B

Black with #36705B

Text Example


Text Example

White with #36705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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