Html Css Color HEX #396950 Stromboli

📋 copy color: '#396950'

red 57 ◦ green 105 ◦ blue 80

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

Shades of Stromboli #396950

Tints of Stromboli #396950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.39%

 BLUE value IS 80 (31.64% from 255) = 33.06%

R = 23.55%
G = 43.39%
B = 33.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#396950 (or 0x396950) is known color: Stromboli. HEX triplet: 39, 69 and 50. RGB value is (57,105,80). Sum of RGB (Red+Green+Blue) = 57+105+80=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #396950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396950 is #C696AF. Grayscale: #575757. Windows color (decimal): -13014704 or 5269817. OLE color: 5269817.

HSL color Cylindrical-coordinate representation of color #396950: hue angle of 148.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #396950 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 105 80 -
CMYK 0.46 0 0.24 0.59
HSL 148.75º 0.3% 0.32% -
HSV(B) 148.75º 0.46% 0.41% -
XYZ 8.19 11.55 9.39 -
YUV 87.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 57 105 80 0.46 0 0.24 0.59 148.75 0.3 0.32
Hex 39 69 50 2E 0 18 3B 95 1E 20
Octal 71 151 120 56 0 30 73 225 36 40
Binary 111001 1101001 1010000 101110 0 11000 111011 10010101 11110 100000

Color Harmonies of #396950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396950

Black with #396950

Text Example


Text Example

White with #396950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396950; }

 p { color: rgb(57,105,80); }

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

background-color css

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

 a { background-color: rgb(57,105,80); }

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

border-color css

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

 span { border-color: rgb(57,105,80); }

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