Html Css Color HEX #398160 Amazon

📋 copy color: '#398160'

red 57 ◦ green 129 ◦ blue 96

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

Shades of Amazon #398160

Tints of Amazon #398160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.74%

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 20.21%
G = 45.74%
B = 34.04%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#398160 (or 0x398160) is known color: Amazon. HEX triplet: 39, 81 and 60. RGB value is (57,129,96). Sum of RGB (Red+Green+Blue) = 57+129+96=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #398160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398160 is #C67E9F. Grayscale: #676767. Windows color (decimal): -13008544 or 6324537. OLE color: 6324537.

HSL color Cylindrical-coordinate representation of color #398160: hue angle of 152.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398160 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 129 96 -
CMYK 0.56 0 0.26 0.49
HSL 152.5º 0.39% 0.36% -
HSV(B) 152.5º 0.56% 0.51% -
XYZ 11.65 17.41 13.81 -
YUV 103.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 57 129 96 0.56 0 0.26 0.49 152.5 0.39 0.36
Hex 39 81 60 38 0 1A 31 98 27 24
Octal 71 201 140 70 0 32 61 230 47 44
Binary 111001 10000001 1100000 111000 0 11010 110001 10011000 100111 100100

Color Harmonies of #398160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398160

Black with #398160

Text Example


Text Example

White with #398160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398160; }

 p { color: rgb(57,129,96); }

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

background-color css

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

 a { background-color: rgb(57,129,96); }

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

border-color css

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

 span { border-color: rgb(57,129,96); }

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