Html Css Color HEX #396E5D Stromboli

📋 copy color: '#396E5D'

red 57 ◦ green 110 ◦ blue 93

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

Shades of Stromboli #396E5D

Tints of Stromboli #396E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.77%

R = 21.92%
G = 42.31%
B = 35.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#396E5D (or 0x396E5D) is known color: Stromboli. HEX triplet: 39, 6E and 5D. RGB value is (57,110,93). Sum of RGB (Red+Green+Blue) = 57+110+93=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 110 - color contains mainly: green. Hex color #396E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E5D is #C691A2. Grayscale: #5C5C5C. Windows color (decimal): -13013411 or 6123065. OLE color: 6123065.

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

Color convert

RGB 57 110 93 -
CMYK 0.48 0 0.15 0.57
HSL 160.75º 0.32% 0.33% -
HSV(B) 160.75º 0.48% 0.43% -
XYZ 9.24 12.81 12.34 -
YUV 92.22 128.44 102.88 -
System Red Green Blue C M Y K H S L
Decimal 57 110 93 0.48 0 0.15 0.57 160.75 0.32 0.33
Hex 39 6E 5D 30 0 F 39 A1 20 21
Octal 71 156 135 60 0 17 71 241 40 41
Binary 111001 1101110 1011101 110000 0 1111 111001 10100001 100000 100001

Color Harmonies of #396E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396E5D

Black with #396E5D

Text Example


Text Example

White with #396E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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