Html Css Color HEX #397555 Amazon

📋 copy color: '#397555'

red 57 ◦ green 117 ◦ blue 85

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

Shades of Amazon #397555

Tints of Amazon #397555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.82%

R = 22.01%
G = 45.17%
B = 32.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#397555 (or 0x397555) is known color: Amazon. HEX triplet: 39, 75 and 55. RGB value is (57,117,85). Sum of RGB (Red+Green+Blue) = 57+117+85=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 117 - color contains mainly: green. Hex color #397555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397555 is #C68AAA. Grayscale: #5F5F5F. Windows color (decimal): -13011627 or 5600569. OLE color: 5600569.

HSL color Cylindrical-coordinate representation of color #397555: hue angle of 148º 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 #397555 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 117 85 -
CMYK 0.51 0 0.27 0.54
HSL 148º 0.34% 0.34% -
HSV(B) 148º 0.51% 0.46% -
XYZ 9.69 14.25 10.83 -
YUV 95.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 57 117 85 0.51 0 0.27 0.54 148 0.34 0.34
Hex 39 75 55 33 0 1B 36 94 22 22
Octal 71 165 125 63 0 33 66 224 42 42
Binary 111001 1110101 1010101 110011 0 11011 110110 10010100 100010 100010

Color Harmonies of #397555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397555

Black with #397555

Text Example


Text Example

White with #397555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397555; }

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

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

background-color css

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

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

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

border-color css

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

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

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