Html Css Color HEX #396E5E Stromboli

📋 copy color: '#396E5E'

red 57 ◦ green 110 ◦ blue 94

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

Shades of Stromboli #396E5E

Tints of Stromboli #396E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 21.84%
G = 42.15%
B = 36.02%

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

#396E5E (or 0x396E5E) is known color: Stromboli. HEX triplet: 39, 6E and 5E. RGB value is (57,110,94). Sum of RGB (Red+Green+Blue) = 57+110+94=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #396E5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396E5E is #C691A1. Grayscale: #5C5C5C. Windows color (decimal): -13013410 or 6188601. OLE color: 6188601.

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

Color convert

RGB 57 110 94 -
CMYK 0.48 0 0.15 0.57
HSL 161.89º 0.32% 0.33% -
HSV(B) 161.89º 0.48% 0.43% -
XYZ 9.28 12.83 12.58 -
YUV 92.33 128.94 102.8 -
System Red Green Blue C M Y K H S L
Decimal 57 110 94 0.48 0 0.15 0.57 161.89 0.32 0.33
Hex 39 6E 5E 30 0 F 39 A2 20 21
Octal 71 156 136 60 0 17 71 242 40 41
Binary 111001 1101110 1011110 110000 0 1111 111001 10100010 100000 100001

Color Harmonies of #396E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396E5E

Black with #396E5E

Text Example


Text Example

White with #396E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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