Html Css Color HEX #378256 Amazon

📋 copy color: '#378256'

red 55 ◦ green 130 ◦ blue 86

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

Shades of Amazon #378256

Tints of Amazon #378256

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.97%

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

R = 20.3%
G = 47.97%
B = 31.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#378256 (or 0x378256) is known color: Amazon. HEX triplet: 37, 82 and 56. RGB value is (55,130,86). Sum of RGB (Red+Green+Blue) = 55+130+86=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #378256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378256 is #C87DA9. Grayscale: #666666. Windows color (decimal): -13139370 or 5669431. OLE color: 5669431.

HSL color Cylindrical-coordinate representation of color #378256: hue angle of 144.8º 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 #378256 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 86 -
CMYK 0.58 0 0.34 0.49
HSL 144.8º 0.41% 0.36% -
HSV(B) 144.8º 0.58% 0.51% -
XYZ 11.24 17.45 11.58 -
YUV 102.56 118.65 94.08 -
System Red Green Blue C M Y K H S L
Decimal 55 130 86 0.58 0 0.34 0.49 144.8 0.41 0.36
Hex 37 82 56 3A 0 22 31 91 29 24
Octal 67 202 126 72 0 42 61 221 51 44
Binary 110111 10000010 1010110 111010 0 100010 110001 10010001 101001 100100

Color Harmonies of #378256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378256

Black with #378256

Text Example


Text Example

White with #378256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378256; }

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

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

background-color css

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

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

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

border-color css

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

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

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