Html Css Color HEX #397452 Amazon

📋 copy color: '#397452'

red 57 ◦ green 116 ◦ blue 82

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

Shades of Amazon #397452

Tints of Amazon #397452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.49%

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

R = 22.35%
G = 45.49%
B = 32.16%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#397452 (or 0x397452) is known color: Amazon. HEX triplet: 39, 74 and 52. RGB value is (57,116,82). Sum of RGB (Red+Green+Blue) = 57+116+82=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #397452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397452 is #C68BAD. Grayscale: #5E5E5E. Windows color (decimal): -13011886 or 5403705. OLE color: 5403705.

HSL color Cylindrical-coordinate representation of color #397452: hue angle of 145.42º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397452 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 116 82 -
CMYK 0.51 0 0.29 0.55
HSL 145.42º 0.34% 0.34% -
HSV(B) 145.42º 0.51% 0.45% -
XYZ 9.46 13.97 10.18 -
YUV 94.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 57 116 82 0.51 0 0.29 0.55 145.42 0.34 0.34
Hex 39 74 52 33 0 1D 37 91 22 22
Octal 71 164 122 63 0 35 67 221 42 42
Binary 111001 1110100 1010010 110011 0 11101 110111 10010001 100010 100010

Color Harmonies of #397452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397452

Black with #397452

Text Example


Text Example

White with #397452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397452; }

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

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

background-color css

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

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

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

border-color css

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

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

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