Html Css Color HEX #396150 Spectra

📋 copy color: '#396150'

red 57 ◦ green 97 ◦ blue 80

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

Shades of Spectra #396150

Tints of Spectra #396150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.45%

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

R = 24.36%
G = 41.45%
B = 34.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#396150 (or 0x396150) is known color: Spectra. HEX triplet: 39, 61 and 50. RGB value is (57,97,80). Sum of RGB (Red+Green+Blue) = 57+97+80=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #396150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396150 is #C69EAF. Grayscale: #535353. Windows color (decimal): -13016752 or 5267769. OLE color: 5267769.

HSL color Cylindrical-coordinate representation of color #396150: hue angle of 154.5º degrees, saturation: 0.26, 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 #396150 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 97 80 -
CMYK 0.41 0 0.18 0.62
HSL 154.5º 0.26% 0.3% -
HSV(B) 154.5º 0.41% 0.38% -
XYZ 7.41 10 9.13 -
YUV 83.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 57 97 80 0.41 0 0.18 0.62 154.5 0.26 0.3
Hex 39 61 50 29 0 12 3E 9A 1A 1E
Octal 71 141 120 51 0 22 76 232 32 36
Binary 111001 1100001 1010000 101001 0 10010 111110 10011010 11010 11110

Color Harmonies of #396150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396150

Black with #396150

Text Example


Text Example

White with #396150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396150; }

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

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

background-color css

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

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

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

border-color css

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

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

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