Html Css Color HEX #397352 Amazon

📋 copy color: '#397352'

red 57 ◦ green 115 ◦ blue 82

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

Shades of Amazon #397352

Tints of Amazon #397352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.28%

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

R = 22.44%
G = 45.28%
B = 32.28%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#397352 (or 0x397352) is known color: Amazon. HEX triplet: 39, 73 and 52. RGB value is (57,115,82). Sum of RGB (Red+Green+Blue) = 57+115+82=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #397352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397352 is #C68CAD. Grayscale: #5D5D5D. Windows color (decimal): -13012142 or 5403449. OLE color: 5403449.

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

Color convert

RGB 57 115 82 -
CMYK 0.50 0 0.29 0.55
HSL 145.86º 0.34% 0.34% -
HSV(B) 145.86º 0.5% 0.45% -
XYZ 9.34 13.74 10.14 -
YUV 93.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 57 115 82 0.50 0 0.29 0.55 145.86 0.34 0.34
Hex 39 73 52 32 0 1D 37 92 22 22
Octal 71 163 122 62 0 35 67 222 42 42
Binary 111001 1110011 1010010 110010 0 11101 110111 10010010 100010 100010

Color Harmonies of #397352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397352

Black with #397352

Text Example


Text Example

White with #397352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397352; }

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

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

background-color css

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

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

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

border-color css

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

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

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