Html Css Color HEX #396B56 Stromboli

📋 copy color: '#396B56'

red 57 ◦ green 107 ◦ blue 86

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

Shades of Stromboli #396B56

Tints of Stromboli #396B56

RGB

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

 GREEN value IS 107 (42.19% from 255) = 42.8%

 BLUE value IS 86 (33.98% from 255) = 34.4%

R = 22.8%
G = 42.8%
B = 34.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#396B56 (or 0x396B56) is known color: Stromboli. HEX triplet: 39, 6B and 56. RGB value is (57,107,86). Sum of RGB (Red+Green+Blue) = 57+107+86=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 107 - color contains mainly: green. Hex color #396B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B56 is #C694A9. Grayscale: #595959. Windows color (decimal): -13014186 or 5663545. OLE color: 5663545.

HSL color Cylindrical-coordinate representation of color #396B56: hue angle of 154.8º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396B56 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 107 86 -
CMYK 0.47 0 0.20 0.58
HSL 154.8º 0.3% 0.32% -
HSV(B) 154.8º 0.47% 0.42% -
XYZ 8.62 12.06 10.68 -
YUV 89.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 57 107 86 0.47 0 0.20 0.58 154.8 0.3 0.32
Hex 39 6B 56 2F 0 14 3A 9B 1E 20
Octal 71 153 126 57 0 24 72 233 36 40
Binary 111001 1101011 1010110 101111 0 10100 111010 10011011 11110 100000

Color Harmonies of #396B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B56

Black with #396B56

Text Example


Text Example

White with #396B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,107,86); }

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

background-color css

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

 a { background-color: rgb(57,107,86); }

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

border-color css

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

 span { border-color: rgb(57,107,86); }

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