Html Css Color HEX #377256 Amazon

📋 copy color: '#377256'

red 55 ◦ green 114 ◦ blue 86

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

Shades of Amazon #377256

Tints of Amazon #377256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.71%

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

R = 21.57%
G = 44.71%
B = 33.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#377256 (or 0x377256) is known color: Amazon. HEX triplet: 37, 72 and 56. RGB value is (55,114,86). Sum of RGB (Red+Green+Blue) = 55+114+86=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #377256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377256 is #C88DA9. Grayscale: #5D5D5D. Windows color (decimal): -13143466 or 5665335. OLE color: 5665335.

HSL color Cylindrical-coordinate representation of color #377256: hue angle of 151.53º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377256 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 114 86 -
CMYK 0.52 0 0.25 0.55
HSL 151.53º 0.35% 0.33% -
HSV(B) 151.53º 0.52% 0.45% -
XYZ 9.27 13.52 10.92 -
YUV 93.17 123.95 100.78 -
System Red Green Blue C M Y K H S L
Decimal 55 114 86 0.52 0 0.25 0.55 151.53 0.35 0.33
Hex 37 72 56 34 0 19 37 98 23 21
Octal 67 162 126 64 0 31 67 230 43 41
Binary 110111 1110010 1010110 110100 0 11001 110111 10011000 100011 100001

Color Harmonies of #377256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377256

Black with #377256

Text Example


Text Example

White with #377256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377256; }

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

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

background-color css

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

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

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

border-color css

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

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

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