Html Css Color HEX #398949 Amazon

📋 copy color: '#398949'

red 57 ◦ green 137 ◦ blue 73

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

Shades of Amazon #398949

Tints of Amazon #398949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 21.35%
G = 51.31%
B = 27.34%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#398949 (or 0x398949) is known color: Amazon. HEX triplet: 39, 89 and 49. RGB value is (57,137,73). Sum of RGB (Red+Green+Blue) = 57+137+73=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #398949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398949 is #C676B6. Grayscale: #696969. Windows color (decimal): -13006519 or 4819257. OLE color: 4819257.

HSL color Cylindrical-coordinate representation of color #398949: hue angle of 132º 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 #398949 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 137 73 -
CMYK 0.58 0 0.47 0.46
HSL 132º 0.41% 0.38% -
HSV(B) 132º 0.58% 0.54% -
XYZ 11.84 19.24 9.39 -
YUV 105.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 57 137 73 0.58 0 0.47 0.46 132 0.41 0.38
Hex 39 89 49 3A 0 2F 2E 84 29 26
Octal 71 211 111 72 0 57 56 204 51 46
Binary 111001 10001001 1001001 111010 0 101111 101110 10000100 101001 100110

Color Harmonies of #398949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398949

Black with #398949

Text Example


Text Example

White with #398949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398949; }

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

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

background-color css

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

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

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

border-color css

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

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

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