Html Css Color HEX #396B60 Stromboli

📋 copy color: '#396B60'

red 57 ◦ green 107 ◦ blue 96

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

Shades of Stromboli #396B60

Tints of Stromboli #396B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.92%

R = 21.92%
G = 41.15%
B = 36.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#396B60 (or 0x396B60) is known color: Stromboli. HEX triplet: 39, 6B and 60. RGB value is (57,107,96). Sum of RGB (Red+Green+Blue) = 57+107+96=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #396B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B60 is #C6949F. Grayscale: #5A5A5A. Windows color (decimal): -13014176 or 6318905. OLE color: 6318905.

HSL color Cylindrical-coordinate representation of color #396B60: hue angle of 166.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 #396B60 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 107 96 -
CMYK 0.47 0 0.10 0.58
HSL 166.8º 0.3% 0.32% -
HSV(B) 166.8º 0.47% 0.42% -
XYZ 9.06 12.23 12.95 -
YUV 90.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 57 107 96 0.47 0 0.10 0.58 166.8 0.3 0.32
Hex 39 6B 60 2F 0 A 3A A7 1E 20
Octal 71 153 140 57 0 12 72 247 36 40
Binary 111001 1101011 1100000 101111 0 1010 111010 10100111 11110 100000

Color Harmonies of #396B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B60

Black with #396B60

Text Example


Text Example

White with #396B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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