Html Css Color HEX #396E5B Stromboli

📋 copy color: '#396E5B'

red 57 ◦ green 110 ◦ blue 91

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

Shades of Stromboli #396E5B

Tints of Stromboli #396E5B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.64%

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

R = 22.09%
G = 42.64%
B = 35.27%

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

#396E5B (or 0x396E5B) is known color: Stromboli. HEX triplet: 39, 6E and 5B. RGB value is (57,110,91). Sum of RGB (Red+Green+Blue) = 57+110+91=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 110 - color contains mainly: green. Hex color #396E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E5B is #C691A4. Grayscale: #5C5C5C. Windows color (decimal): -13013413 or 5991993. OLE color: 5991993.

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

Color convert

RGB 57 110 91 -
CMYK 0.48 0 0.17 0.57
HSL 158.49º 0.32% 0.33% -
HSV(B) 158.49º 0.48% 0.43% -
XYZ 9.15 12.78 11.88 -
YUV 91.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 57 110 91 0.48 0 0.17 0.57 158.49 0.32 0.33
Hex 39 6E 5B 30 0 11 39 9E 20 21
Octal 71 156 133 60 0 21 71 236 40 41
Binary 111001 1101110 1011011 110000 0 10001 111001 10011110 100000 100001

Color Harmonies of #396E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396E5B

Black with #396E5B

Text Example


Text Example

White with #396E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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