Html Css Color HEX #398A4D Amazon

📋 copy color: '#398A4D'

red 57 ◦ green 138 ◦ blue 77

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

Shades of Amazon #398A4D

Tints of Amazon #398A4D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.74%

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 20.96%
G = 50.74%
B = 28.31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#398A4D (or 0x398A4D) is known color: Amazon. HEX triplet: 39, 8A and 4D. RGB value is (57,138,77). Sum of RGB (Red+Green+Blue) = 57+138+77=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #398A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A4D is #C675B2. Grayscale: #6A6A6A. Windows color (decimal): -13006259 or 5081657. OLE color: 5081657.

HSL color Cylindrical-coordinate representation of color #398A4D: hue angle of 134.81º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398A4D is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 138 77 -
CMYK 0.59 0 0.44 0.46
HSL 134.81º 0.42% 0.38% -
HSV(B) 134.81º 0.59% 0.54% -
XYZ 12.12 19.58 10.16 -
YUV 106.83 111.16 92.46 -
System Red Green Blue C M Y K H S L
Decimal 57 138 77 0.59 0 0.44 0.46 134.81 0.42 0.38
Hex 39 8A 4D 3B 0 2C 2E 87 2A 26
Octal 71 212 115 73 0 54 56 207 52 46
Binary 111001 10001010 1001101 111011 0 101100 101110 10000111 101010 100110

Color Harmonies of #398A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398A4D

Black with #398A4D

Text Example


Text Example

White with #398A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398A4D; }

 p { color: rgb(57,138,77); }

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

background-color css

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

 a { background-color: rgb(57,138,77); }

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

border-color css

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

 span { border-color: rgb(57,138,77); }

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