Html Css Color HEX #397556 Amazon

📋 copy color: '#397556'

red 57 ◦ green 117 ◦ blue 86

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

Shades of Amazon #397556

Tints of Amazon #397556

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45%

 BLUE value IS 86 (33.98% from 255) = 33.08%

R = 21.92%
G = 45%
B = 33.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#397556 (or 0x397556) is known color: Amazon. HEX triplet: 39, 75 and 56. RGB value is (57,117,86). Sum of RGB (Red+Green+Blue) = 57+117+86=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #397556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397556 is #C68AA9. Grayscale: #5F5F5F. Windows color (decimal): -13011626 or 5666105. OLE color: 5666105.

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

Color convert

RGB 57 117 86 -
CMYK 0.51 0 0.26 0.54
HSL 149º 0.34% 0.34% -
HSV(B) 149º 0.51% 0.46% -
XYZ 9.73 14.26 11.04 -
YUV 95.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 57 117 86 0.51 0 0.26 0.54 149 0.34 0.34
Hex 39 75 56 33 0 1A 36 95 22 22
Octal 71 165 126 63 0 32 66 225 42 42
Binary 111001 1110101 1010110 110011 0 11010 110110 10010101 100010 100010

Color Harmonies of #397556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397556

Black with #397556

Text Example


Text Example

White with #397556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397556; }

 p { color: rgb(57,117,86); }

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

background-color css

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

 a { background-color: rgb(57,117,86); }

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

border-color css

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

 span { border-color: rgb(57,117,86); }

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