Html Css Color HEX #397150 Amazon

📋 copy color: '#397150'

red 57 ◦ green 113 ◦ blue 80

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

Shades of Amazon #397150

Tints of Amazon #397150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.2%

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

R = 22.8%
G = 45.2%
B = 32%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#397150 (or 0x397150) is known color: Amazon. HEX triplet: 39, 71 and 50. RGB value is (57,113,80). Sum of RGB (Red+Green+Blue) = 57+113+80=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 113 - color contains mainly: green. Hex color #397150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397150 is #C68EAF. Grayscale: #5C5C5C. Windows color (decimal): -13012656 or 5271865. OLE color: 5271865.

HSL color Cylindrical-coordinate representation of color #397150: hue angle of 144.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397150 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 80 -
CMYK 0.50 0 0.29 0.56
HSL 144.64º 0.33% 0.33% -
HSV(B) 144.64º 0.5% 0.44% -
XYZ 9.04 13.26 9.67 -
YUV 92.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 57 113 80 0.50 0 0.29 0.56 144.64 0.33 0.33
Hex 39 71 50 32 0 1D 38 91 21 21
Octal 71 161 120 62 0 35 70 221 41 41
Binary 111001 1110001 1010000 110010 0 11101 111000 10010001 100001 100001

Color Harmonies of #397150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397150

Black with #397150

Text Example


Text Example

White with #397150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397150; }

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

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

background-color css

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

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

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

border-color css

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

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

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