Html Css Color HEX #378056 Amazon

📋 copy color: '#378056'

red 55 ◦ green 128 ◦ blue 86

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

Shades of Amazon #378056

Tints of Amazon #378056

RGB

 RED value IS 55 (21.88% from 255) = 20.45%

 GREEN value IS 128 (50.39% from 255) = 47.58%

 BLUE value IS 86 (33.98% from 255) = 31.97%

R = 20.45%
G = 47.58%
B = 31.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.33

 K value IS 0.50

RGB Variations

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

Color information

#378056 (or 0x378056) is known color: Amazon. HEX triplet: 37, 80 and 56. RGB value is (55,128,86). Sum of RGB (Red+Green+Blue) = 55+128+86=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #378056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378056 is #C87FA9. Grayscale: #656565. Windows color (decimal): -13139882 or 5668919. OLE color: 5668919.

HSL color Cylindrical-coordinate representation of color #378056: hue angle of 145.48º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #378056 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 128 86 -
CMYK 0.57 0 0.33 0.50
HSL 145.48º 0.4% 0.36% -
HSV(B) 145.48º 0.57% 0.5% -
XYZ 10.97 16.92 11.49 -
YUV 101.39 119.32 94.92 -
System Red Green Blue C M Y K H S L
Decimal 55 128 86 0.57 0 0.33 0.50 145.48 0.4 0.36
Hex 37 80 56 39 0 21 32 91 28 24
Octal 67 200 126 71 0 41 62 221 50 44
Binary 110111 10000000 1010110 111001 0 100001 110010 10010001 101000 100100

Color Harmonies of #378056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378056

Black with #378056

Text Example


Text Example

White with #378056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378056; }

 p { color: rgb(55,128,86); }

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

background-color css

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

 a { background-color: rgb(55,128,86); }

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

border-color css

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

 span { border-color: rgb(55,128,86); }

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