Html Css Color HEX #398060 Amazon

📋 copy color: '#398060'

red 57 ◦ green 128 ◦ blue 96

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

Shades of Amazon #398060

Tints of Amazon #398060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.55%

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

R = 20.28%
G = 45.55%
B = 34.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#398060 (or 0x398060) is known color: Amazon. HEX triplet: 39, 80 and 60. RGB value is (57,128,96). Sum of RGB (Red+Green+Blue) = 57+128+96=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #398060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398060 is #C67F9F. Grayscale: #676767. Windows color (decimal): -13008800 or 6324281. OLE color: 6324281.

HSL color Cylindrical-coordinate representation of color #398060: hue angle of 152.96º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #398060 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 128 96 -
CMYK 0.55 0 0.25 0.50
HSL 152.96º 0.38% 0.36% -
HSV(B) 152.96º 0.55% 0.5% -
XYZ 11.52 17.15 13.77 -
YUV 103.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 57 128 96 0.55 0 0.25 0.50 152.96 0.38 0.36
Hex 39 80 60 37 0 19 32 99 26 24
Octal 71 200 140 67 0 31 62 231 46 44
Binary 111001 10000000 1100000 110111 0 11001 110010 10011001 100110 100100

Color Harmonies of #398060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398060

Black with #398060

Text Example


Text Example

White with #398060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398060; }

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

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

background-color css

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

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

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

border-color css

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

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

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