Html Css Color HEX #396550 Spectra

📋 copy color: '#396550'

red 57 ◦ green 101 ◦ blue 80

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

Shades of Spectra #396550

Tints of Spectra #396550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.44%

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

R = 23.95%
G = 42.44%
B = 33.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#396550 (or 0x396550) is known color: Spectra. HEX triplet: 39, 65 and 50. RGB value is (57,101,80). Sum of RGB (Red+Green+Blue) = 57+101+80=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 101 - color contains mainly: green. Hex color #396550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396550 is #C69AAF. Grayscale: #555555. Windows color (decimal): -13015728 or 5268793. OLE color: 5268793.

HSL color Cylindrical-coordinate representation of color #396550: hue angle of 151.36º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #396550 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 101 80 -
CMYK 0.44 0 0.21 0.60
HSL 151.36º 0.28% 0.31% -
HSV(B) 151.36º 0.44% 0.4% -
XYZ 7.79 10.76 9.26 -
YUV 85.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 57 101 80 0.44 0 0.21 0.60 151.36 0.28 0.31
Hex 39 65 50 2C 0 15 3C 97 1C 1F
Octal 71 145 120 54 0 25 74 227 34 37
Binary 111001 1100101 1010000 101100 0 10101 111100 10010111 11100 11111

Color Harmonies of #396550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396550

Black with #396550

Text Example


Text Example

White with #396550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396550; }

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

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

background-color css

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

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

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

border-color css

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

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

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