#378252

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

Shades of Amazon #378252

Tints of Amazon #378252

Color information

#378252 (or 0x378252) is unknown color: approx Amazon. HEX triplet: 37, 82 and 52. RGB value is (55,130,82). Sum of RGB (Red+Green+Blue) = 55+130+82=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #378252 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378252 is #C87DAD. Grayscale: #666666. Windows color (decimal): -13139374 or 5407287. OLE color: 5407287.

HSL color Cylindrical-coordinate representation of color #378252: hue angle of 141.6º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #378252 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB5513082-
CMYK0.5800.370.49
HSL141.6º40.54%36.27%-
HSV(B)141.6º57.69%50.98%-
XYZ11.0817.3910.75-
YUV102.1116.6594.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.60%
GREEN value IS 130 (51.17% from 255) = 48.69%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=20.60%
G=48.69%
B=30.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55130820.5800.370.49141.640.5436.27
Hex3782523A025318e2924
Octal6720212272045612165144
Binary110111100000101010010111010010010111000110001110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378252; }

 p { color: rgb(55,130,82); }

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

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

 a { background-color: rgb(55,130,82); }

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

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

 span { border-color: rgb(55,130,82); }

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