Html Css Color HEX #398553 Amazon

📋 copy color: '#398553'

red 57 ◦ green 133 ◦ blue 83

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

Shades of Amazon #398553

Tints of Amazon #398553

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.72%

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 20.88%
G = 48.72%
B = 30.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#398553 (or 0x398553) is known color: Amazon. HEX triplet: 39, 85 and 53. RGB value is (57,133,83). Sum of RGB (Red+Green+Blue) = 57+133+83=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #398553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398553 is #C67AAC. Grayscale: #686868. Windows color (decimal): -13007533 or 5473593. OLE color: 5473593.

HSL color Cylindrical-coordinate representation of color #398553: hue angle of 140.53º 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 #398553 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 133 83 -
CMYK 0.57 0 0.38 0.48
HSL 140.53º 0.4% 0.37% -
HSV(B) 140.53º 0.57% 0.52% -
XYZ 11.64 18.27 11.1 -
YUV 104.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 57 133 83 0.57 0 0.38 0.48 140.53 0.4 0.37
Hex 39 85 53 39 0 26 30 8D 28 25
Octal 71 205 123 71 0 46 60 215 50 45
Binary 111001 10000101 1010011 111001 0 100110 110000 10001101 101000 100101

Color Harmonies of #398553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398553

Black with #398553

Text Example


Text Example

White with #398553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398553; }

 p { color: rgb(57,133,83); }

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

background-color css

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

 a { background-color: rgb(57,133,83); }

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

border-color css

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

 span { border-color: rgb(57,133,83); }

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