Html Css Color HEX #396D5B Stromboli

📋 copy color: '#396D5B'

red 57 ◦ green 109 ◦ blue 91

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

Shades of Stromboli #396D5B

Tints of Stromboli #396D5B

RGB

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

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

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

R = 22.18%
G = 42.41%
B = 35.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#396D5B (or 0x396D5B) is known color: Stromboli. HEX triplet: 39, 6D and 5B. RGB value is (57,109,91). Sum of RGB (Red+Green+Blue) = 57+109+91=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #396D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396D5B is #C692A4. Grayscale: #5B5B5B. Windows color (decimal): -13013669 or 5991737. OLE color: 5991737.

HSL color Cylindrical-coordinate representation of color #396D5B: hue angle of 159.23º 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 #396D5B is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 109 91 -
CMYK 0.48 0 0.17 0.57
HSL 159.23º 0.31% 0.33% -
HSV(B) 159.23º 0.48% 0.43% -
XYZ 9.04 12.56 11.85 -
YUV 91.4 127.77 103.46 -
System Red Green Blue C M Y K H S L
Decimal 57 109 91 0.48 0 0.17 0.57 159.23 0.31 0.33
Hex 39 6D 5B 30 0 11 39 9F 1F 21
Octal 71 155 133 60 0 21 71 237 37 41
Binary 111001 1101101 1011011 110000 0 10001 111001 10011111 11111 100001

Color Harmonies of #396D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396D5B

Black with #396D5B

Text Example


Text Example

White with #396D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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