Html Css Color HEX #397148 Amazon

📋 copy color: '#397148'

red 57 ◦ green 113 ◦ blue 72

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

Shades of Amazon #397148

Tints of Amazon #397148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.69%

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

R = 23.55%
G = 46.69%
B = 29.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#397148 (or 0x397148) is known color: Amazon. HEX triplet: 39, 71 and 48. RGB value is (57,113,72). Sum of RGB (Red+Green+Blue) = 57+113+72=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 113 - color contains mainly: green. Hex color #397148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397148 is #C68EB7. Grayscale: #5B5B5B. Windows color (decimal): -13012664 or 4747577. OLE color: 4747577.

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

Color convert

RGB 57 113 72 -
CMYK 0.50 0 0.36 0.56
HSL 136.07º 0.33% 0.33% -
HSV(B) 136.07º 0.5% 0.44% -
XYZ 8.76 13.15 8.21 -
YUV 91.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 57 113 72 0.50 0 0.36 0.56 136.07 0.33 0.33
Hex 39 71 48 32 0 24 38 88 21 21
Octal 71 161 110 62 0 44 70 210 41 41
Binary 111001 1110001 1001000 110010 0 100100 111000 10001000 100001 100001

Color Harmonies of #397148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397148

Black with #397148

Text Example


Text Example

White with #397148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397148; }

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

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

background-color css

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

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

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

border-color css

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

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

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