Html Css Color HEX #398950 Amazon

📋 copy color: '#398950'

red 57 ◦ green 137 ◦ blue 80

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

Shades of Amazon #398950

Tints of Amazon #398950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50%

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

R = 20.8%
G = 50%
B = 29.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#398950 (or 0x398950) is known color: Amazon. HEX triplet: 39, 89 and 50. RGB value is (57,137,80). Sum of RGB (Red+Green+Blue) = 57+137+80=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 137 - color contains mainly: green. Hex color #398950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398950 is #C676AF. Grayscale: #6A6A6A. Windows color (decimal): -13006512 or 5278009. OLE color: 5278009.

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

Color convert

RGB 57 137 80 -
CMYK 0.58 0 0.42 0.46
HSL 137.25º 0.41% 0.38% -
HSV(B) 137.25º 0.58% 0.54% -
XYZ 12.08 19.34 10.69 -
YUV 106.58 113 92.63 -
System Red Green Blue C M Y K H S L
Decimal 57 137 80 0.58 0 0.42 0.46 137.25 0.41 0.38
Hex 39 89 50 3A 0 2A 2E 89 29 26
Octal 71 211 120 72 0 52 56 211 51 46
Binary 111001 10001001 1010000 111010 0 101010 101110 10001001 101001 100110

Color Harmonies of #398950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398950

Black with #398950

Text Example


Text Example

White with #398950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398950; }

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

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

background-color css

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

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

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

border-color css

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

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

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