Html Css Color HEX #396650 Spectra

📋 copy color: '#396650'

red 57 ◦ green 102 ◦ blue 80

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

Shades of Spectra #396650

Tints of Spectra #396650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.68%

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

R = 23.85%
G = 42.68%
B = 33.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#396650 (or 0x396650) is known color: Spectra. HEX triplet: 39, 66 and 50. RGB value is (57,102,80). Sum of RGB (Red+Green+Blue) = 57+102+80=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #396650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396650 is #C699AF. Grayscale: #565656. Windows color (decimal): -13015472 or 5269049. OLE color: 5269049.

HSL color Cylindrical-coordinate representation of color #396650: hue angle of 150.67º 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 #396650 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 57 102 80 -
CMYK 0.44 0 0.22 0.6
HSL 150.67º 0.28% 0.31% -
HSV(B) 150.67º 0.44% 0.4% -
XYZ 7.89 10.95 9.29 -
YUV 86.04 124.59 107.29 -
System Red Green Blue C M Y K H S L
Decimal 57 102 80 0.44 0 0.22 0.6 150.67 0.28 0.31
Hex 39 66 50 2C 0 16 3C 97 1C 1F
Octal 71 146 120 54 0 26 74 227 34 37
Binary 111001 1100110 1010000 101100 0 10110 111100 10010111 11100 11111

Color Harmonies of #396650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396650

Black with #396650

Text Example


Text Example

White with #396650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396650; }

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

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

background-color css

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

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

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

border-color css

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

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

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