Html Css Color HEX #397055 Amazon

📋 copy color: '#397055'

red 57 ◦ green 112 ◦ blue 85

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

Shades of Amazon #397055

Tints of Amazon #397055

RGB

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

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

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

R = 22.44%
G = 44.09%
B = 33.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#397055 (or 0x397055) is known color: Amazon. HEX triplet: 39, 70 and 55. RGB value is (57,112,85). Sum of RGB (Red+Green+Blue) = 57+112+85=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #397055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397055 is #C68FAA. Grayscale: #5C5C5C. Windows color (decimal): -13012907 or 5599289. OLE color: 5599289.

HSL color Cylindrical-coordinate representation of color #397055: hue angle of 150.55º 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 #397055 is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 85 -
CMYK 0.49 0 0.24 0.56
HSL 150.55º 0.33% 0.33% -
HSV(B) 150.55º 0.49% 0.44% -
XYZ 9.12 13.11 10.64 -
YUV 92.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 57 112 85 0.49 0 0.24 0.56 150.55 0.33 0.33
Hex 39 70 55 31 0 18 38 97 21 21
Octal 71 160 125 61 0 30 70 227 41 41
Binary 111001 1110000 1010101 110001 0 11000 111000 10010111 100001 100001

Color Harmonies of #397055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397055

Black with #397055

Text Example


Text Example

White with #397055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397055; }

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

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

background-color css

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

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

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

border-color css

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

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

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