Html Css Color HEX #397648 Amazon

📋 copy color: '#397648'

red 57 ◦ green 118 ◦ blue 72

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

Shades of Amazon #397648

Tints of Amazon #397648

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.77%

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

R = 23.08%
G = 47.77%
B = 29.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#397648 (or 0x397648) is known color: Amazon. HEX triplet: 39, 76 and 48. RGB value is (57,118,72). Sum of RGB (Red+Green+Blue) = 57+118+72=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #397648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397648 is #C689B7. Grayscale: #5E5E5E. Windows color (decimal): -13011384 or 4748857. OLE color: 4748857.

HSL color Cylindrical-coordinate representation of color #397648: hue angle of 134.75º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397648 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 118 72 -
CMYK 0.52 0 0.39 0.54
HSL 134.75º 0.35% 0.34% -
HSV(B) 134.75º 0.52% 0.46% -
XYZ 9.34 14.29 8.4 -
YUV 94.52 115.29 101.24 -
System Red Green Blue C M Y K H S L
Decimal 57 118 72 0.52 0 0.39 0.54 134.75 0.35 0.34
Hex 39 76 48 34 0 27 36 87 23 22
Octal 71 166 110 64 0 47 66 207 43 42
Binary 111001 1110110 1001000 110100 0 100111 110110 10000111 100011 100010

Color Harmonies of #397648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397648

Black with #397648

Text Example


Text Example

White with #397648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397648; }

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

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

background-color css

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

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

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

border-color css

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

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

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