#377950

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

Shades of Amazon #377950

Tints of Amazon #377950

Color information

#377950 (or 0x377950) is unknown color: approx Amazon. HEX triplet: 37, 79 and 50. RGB value is (55,121,80). Sum of RGB (Red+Green+Blue) = 55+121+80=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 121 (47.66% from 255 or 47.27% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 121 - color contains mainly: green. Hex color #377950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377950 is #C886AF. Grayscale: #606060. Windows color (decimal): -13141680 or 5273911. OLE color: 5273911.

HSL color Cylindrical-coordinate representation of color #377950: hue angle of 142.73º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377950 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB5512180-
CMYK0.5500.340.53
HSL142.73º37.5%34.51%-
HSV(B)142.73º54.55%47.45%-
XYZ9.8615.079.98-
YUV96.59118.6398.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 121 (47.66% from 255) = 47.27%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=21.48%
G=47.27%
B=31.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121800.5500.340.53142.7337.534.51
Hex37795037022358f2623
Octal6717112067042652174643
Binary11011111110011010000110111010001011010110001111100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377950; }

 p { color: rgb(55,121,80); }

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

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

 a { background-color: rgb(55,121,80); }

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

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

 span { border-color: rgb(55,121,80); }

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