Html Css Color HEX #36705E Stromboli

📋 copy color: '#36705E'

red 54 ◦ green 112 ◦ blue 94

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

Shades of Stromboli #36705E

Tints of Stromboli #36705E

RGB

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

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

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

R = 20.77%
G = 43.08%
B = 36.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#36705E (or 0x36705E) is known color: Stromboli. HEX triplet: 36, 70 and 5E. RGB value is (54,112,94). Sum of RGB (Red+Green+Blue) = 54+112+94=260 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.77% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #36705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36705E is #C98FA1. Grayscale: #5C5C5C. Windows color (decimal): -13209506 or 6189110. OLE color: 6189110.

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

Color convert

RGB 54 112 94 -
CMYK 0.52 0 0.16 0.56
HSL 161.38º 0.35% 0.33% -
HSV(B) 161.38º 0.52% 0.44% -
XYZ 9.34 13.18 12.64 -
YUV 92.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 54 112 94 0.52 0 0.16 0.56 161.38 0.35 0.33
Hex 36 70 5E 34 0 10 38 A1 23 21
Octal 66 160 136 64 0 20 70 241 43 41
Binary 110110 1110000 1011110 110100 0 10000 111000 10100001 100011 100001

Color Harmonies of #36705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36705E

Black with #36705E

Text Example


Text Example

White with #36705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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