Html Css Color HEX #398452 Amazon

📋 copy color: '#398452'

red 57 ◦ green 132 ◦ blue 82

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

Shades of Amazon #398452

Tints of Amazon #398452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.26%

R = 21.03%
G = 48.71%
B = 30.26%

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

#398452 (or 0x398452) is known color: Amazon. HEX triplet: 39, 84 and 52. RGB value is (57,132,82). Sum of RGB (Red+Green+Blue) = 57+132+82=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #398452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398452 is #C67BAD. Grayscale: #676767. Windows color (decimal): -13007790 or 5407801. OLE color: 5407801.

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

Color convert

RGB 57 132 82 -
CMYK 0.57 0 0.38 0.48
HSL 140º 0.4% 0.37% -
HSV(B) 140º 0.57% 0.52% -
XYZ 11.46 17.98 10.85 -
YUV 103.88 115.65 94.57 -
System Red Green Blue C M Y K H S L
Decimal 57 132 82 0.57 0 0.38 0.48 140 0.4 0.37
Hex 39 84 52 39 0 26 30 8C 28 25
Octal 71 204 122 71 0 46 60 214 50 45
Binary 111001 10000100 1010010 111001 0 100110 110000 10001100 101000 100101

Color Harmonies of #398452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398452

Black with #398452

Text Example


Text Example

White with #398452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398452; }

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

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

background-color css

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

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

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

border-color css

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

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

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