Html Css Color HEX #397048 Amazon

📋 copy color: '#397048'

red 57 ◦ green 112 ◦ blue 72

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

Shades of Amazon #397048

Tints of Amazon #397048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 46.47%

 BLUE value IS 72 (28.52% from 255) = 29.88%

R = 23.65%
G = 46.47%
B = 29.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#397048 (or 0x397048) is known color: Amazon. HEX triplet: 39, 70 and 48. RGB value is (57,112,72). Sum of RGB (Red+Green+Blue) = 57+112+72=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 112 - color contains mainly: green. Hex color #397048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397048 is #C68FB7. Grayscale: #5B5B5B. Windows color (decimal): -13012920 or 4747321. OLE color: 4747321.

HSL color Cylindrical-coordinate representation of color #397048: hue angle of 136.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #397048 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 72 -
CMYK 0.49 0 0.36 0.56
HSL 136.36º 0.33% 0.33% -
HSV(B) 136.36º 0.49% 0.44% -
XYZ 8.65 12.93 8.17 -
YUV 91 117.28 103.75 -
System Red Green Blue C M Y K H S L
Decimal 57 112 72 0.49 0 0.36 0.56 136.36 0.33 0.33
Hex 39 70 48 31 0 24 38 88 21 21
Octal 71 160 110 61 0 44 70 210 41 41
Binary 111001 1110000 1001000 110001 0 100100 111000 10001000 100001 100001

Color Harmonies of #397048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397048

Black with #397048

Text Example


Text Example

White with #397048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397048; }

 p { color: rgb(57,112,72); }

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

background-color css

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

 a { background-color: rgb(57,112,72); }

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

border-color css

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

 span { border-color: rgb(57,112,72); }

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