Html Css Color HEX #396B52 Stromboli

📋 copy color: '#396B52'

red 57 ◦ green 107 ◦ blue 82

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

Shades of Stromboli #396B52

Tints of Stromboli #396B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 23.17%
G = 43.5%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#396B52 (or 0x396B52) is known color: Stromboli. HEX triplet: 39, 6B and 52. RGB value is (57,107,82). Sum of RGB (Red+Green+Blue) = 57+107+82=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #396B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396B52 is #C694AD. Grayscale: #595959. Windows color (decimal): -13014190 or 5401401. OLE color: 5401401.

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

Color convert

RGB 57 107 82 -
CMYK 0.47 0 0.23 0.58
HSL 150º 0.3% 0.32% -
HSV(B) 150º 0.47% 0.42% -
XYZ 8.47 11.99 9.85 -
YUV 89.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 57 107 82 0.47 0 0.23 0.58 150 0.3 0.32
Hex 39 6B 52 2F 0 17 3A 96 1E 20
Octal 71 153 122 57 0 27 72 226 36 40
Binary 111001 1101011 1010010 101111 0 10111 111010 10010110 11110 100000

Color Harmonies of #396B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B52

Black with #396B52

Text Example


Text Example

White with #396B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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