#378A48

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

Shades of Amazon #378A48

Tints of Amazon #378A48

Color information

#378A48 (or 0x378A48) is unknown color: approx Amazon. HEX triplet: 37, 8A and 48. RGB value is (55,138,72). Sum of RGB (Red+Green+Blue) = 55+138+72=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #378A48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378A48 is #C875B7. Grayscale: #696969. Windows color (decimal): -13137336 or 4753975. OLE color: 4753975.

HSL color Cylindrical-coordinate representation of color #378A48: hue angle of 132.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378A48 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB5513872-
CMYK0.6000.480.46
HSL132.29º43.01%37.84%-
HSV(B)132.29º60.14%54.12%-
XYZ11.8319.469.26-
YUV105.6610991.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.75%
GREEN value IS 138 (54.30% from 255) = 52.08%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=20.75%
G=52.08%
B=27.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55138720.6000.480.46132.2943.0137.84
Hex378A483C0302E842b26
Octal6721211074060562045346
Binary110111100010101001000111100011000010111010000100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378A48; }

 p { color: rgb(55,138,72); }

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

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

 a { background-color: rgb(55,138,72); }

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

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

 span { border-color: rgb(55,138,72); }

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