Html Css Color HEX #396D5E Stromboli

📋 copy color: '#396D5E'

red 57 ◦ green 109 ◦ blue 94

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

Shades of Stromboli #396D5E

Tints of Stromboli #396D5E

RGB

 RED value IS 57 (22.66% from 255) = 21.92%

 GREEN value IS 109 (42.97% from 255) = 41.92%

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

R = 21.92%
G = 41.92%
B = 36.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#396D5E (or 0x396D5E) is known color: Stromboli. HEX triplet: 39, 6D and 5E. RGB value is (57,109,94). Sum of RGB (Red+Green+Blue) = 57+109+94=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 109 - color contains mainly: green. Hex color #396D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D5E is #C692A1. Grayscale: #5B5B5B. Windows color (decimal): -13013666 or 6188345. OLE color: 6188345.

HSL color Cylindrical-coordinate representation of color #396D5E: hue angle of 162.69º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #396D5E is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 94 -
CMYK 0.48 0 0.14 0.57
HSL 162.69º 0.31% 0.33% -
HSV(B) 162.69º 0.48% 0.43% -
XYZ 9.18 12.62 12.54 -
YUV 91.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 57 109 94 0.48 0 0.14 0.57 162.69 0.31 0.33
Hex 39 6D 5E 30 0 E 39 A3 1F 21
Octal 71 155 136 60 0 16 71 243 37 41
Binary 111001 1101101 1011110 110000 0 1110 111001 10100011 11111 100001

Color Harmonies of #396D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D5E

Black with #396D5E

Text Example


Text Example

White with #396D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396D5E; }

 p { color: rgb(57,109,94); }

 H1.HeaderClassName
 {
   color: #396D5E;
 }
 .AnyTagClassName
 {
   color: #396D5E;
 }
</style>

background-color css

<style>
 a { background-color: #396D5E; }

 a { background-color: rgb(57,109,94); }

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

border-color css

<style>
 span { border-color: #396D5E; }

 span { border-color: rgb(57,109,94); }

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