Html Css Color HEX #398449 Amazon

📋 copy color: '#398449'

red 57 ◦ green 132 ◦ blue 73

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

Shades of Amazon #398449

Tints of Amazon #398449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.38%

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

R = 21.76%
G = 50.38%
B = 27.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#398449 (or 0x398449) is known color: Amazon. HEX triplet: 39, 84 and 49. RGB value is (57,132,73). Sum of RGB (Red+Green+Blue) = 57+132+73=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #398449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398449 is #C67BB6. Grayscale: #676767. Windows color (decimal): -13007799 or 4817977. OLE color: 4817977.

HSL color Cylindrical-coordinate representation of color #398449: hue angle of 132.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398449 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 132 73 -
CMYK 0.57 0 0.45 0.48
HSL 132.8º 0.4% 0.37% -
HSV(B) 132.8º 0.57% 0.52% -
XYZ 11.14 17.85 9.16 -
YUV 102.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 57 132 73 0.57 0 0.45 0.48 132.8 0.4 0.37
Hex 39 84 49 39 0 2D 30 85 28 25
Octal 71 204 111 71 0 55 60 205 50 45
Binary 111001 10000100 1001001 111001 0 101101 110000 10000101 101000 100101

Color Harmonies of #398449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398449

Black with #398449

Text Example


Text Example

White with #398449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398449; }

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

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

background-color css

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

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

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

border-color css

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

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

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