Html Css Color HEX #396059 Stromboli

📋 copy color: '#396059'

red 57 ◦ green 96 ◦ blue 89

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

Shades of Stromboli #396059

Tints of Stromboli #396059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.67%

 BLUE value IS 89 (35.16% from 255) = 36.78%

R = 23.55%
G = 39.67%
B = 36.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#396059 (or 0x396059) is known color: Stromboli. HEX triplet: 39, 60 and 59. RGB value is (57,96,89). Sum of RGB (Red+Green+Blue) = 57+96+89=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #396059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396059 is #C69FA6. Grayscale: #535353. Windows color (decimal): -13016999 or 5857337. OLE color: 5857337.

HSL color Cylindrical-coordinate representation of color #396059: hue angle of 169.23º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #396059 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 96 89 -
CMYK 0.41 0 0.07 0.62
HSL 169.23º 0.25% 0.3% -
HSV(B) 169.23º 0.41% 0.38% -
XYZ 7.67 9.96 10.97 -
YUV 83.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 57 96 89 0.41 0 0.07 0.62 169.23 0.25 0.3
Hex 39 60 59 29 0 7 3E A9 19 1E
Octal 71 140 131 51 0 7 76 251 31 36
Binary 111001 1100000 1011001 101001 0 111 111110 10101001 11001 11110

Color Harmonies of #396059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396059

Black with #396059

Text Example


Text Example

White with #396059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396059; }

 p { color: rgb(57,96,89); }

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

background-color css

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

 a { background-color: rgb(57,96,89); }

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

border-color css

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

 span { border-color: rgb(57,96,89); }

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