#397A4B

Color #397A4B Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #397A4B

Tints of Amazon #397A4B

Color information

#397A4B (or 0x397A4B) is unknown color: approx Amazon. HEX triplet: 39, 7A and 4B. RGB value is (57,122,75). Sum of RGB (Red+Green+Blue) = 57+122+75=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 122 (48.05% from 255 or 48.03% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 122 - color contains mainly: green. Hex color #397A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A4B is #C685B4. Grayscale: #616161. Windows color (decimal): -13010357 or 4946489. OLE color: 4946489.

HSL color Cylindrical-coordinate representation of color #397A4B: hue angle of 136.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397A4B is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB5712275-
CMYK0.5300.390.52
HSL136.62º36.31%35.1%-
HSV(B)136.62º53.28%47.84%-
XYZ9.9215.39.09-
YUV97.21115.4799.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 122 (48.05% from 255) = 48.03%
BLUE value IS 75 (29.69% from 255) = 29.53%
R=22.44%
G=48.03%
B=29.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57122750.5300.390.52136.6236.3135.1
Hex397A4B3502734892423
Octal7117211365047642114443
Binary11100111110101001011110101010011111010010001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397A4B; }

 p { color: rgb(57,122,75); }

 H1.HeaderClassName
 {
   color: #397A4B;
 }
 .AnyTagClassName
 {
   color: #397A4B;
 }
</style>
background-color css

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

 a { background-color: rgb(57,122,75); }

 div.DivClassName
 {
   background-color: #397A4B;
 }
 .BgClassName
 {
   background-color: #397A4B;
 }
</style>
border-color css

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

 span { border-color: rgb(57,122,75); }

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