Html Css Color HEX #396E5A Stromboli

📋 copy color: '#396E5A'

red 57 ◦ green 110 ◦ blue 90

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

Shades of Stromboli #396E5A

Tints of Stromboli #396E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 22.18%
G = 42.8%
B = 35.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.57

RGB Variations

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

Color information

#396E5A (or 0x396E5A) is known color: Stromboli. HEX triplet: 39, 6E and 5A. RGB value is (57,110,90). Sum of RGB (Red+Green+Blue) = 57+110+90=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 110 - color contains mainly: green. Hex color #396E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E5A is #C691A5. Grayscale: #5B5B5B. Windows color (decimal): -13013414 or 5926457. OLE color: 5926457.

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

Color convert

RGB 57 110 90 -
CMYK 0.48 0 0.18 0.57
HSL 157.36º 0.32% 0.33% -
HSV(B) 157.36º 0.48% 0.43% -
XYZ 9.11 12.76 11.66 -
YUV 91.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 57 110 90 0.48 0 0.18 0.57 157.36 0.32 0.33
Hex 39 6E 5A 30 0 12 39 9D 20 21
Octal 71 156 132 60 0 22 71 235 40 41
Binary 111001 1101110 1011010 110000 0 10010 111001 10011101 100000 100001

Color Harmonies of #396E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396E5A

Black with #396E5A

Text Example


Text Example

White with #396E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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