Html Css Color HEX #377055 Amazon

📋 copy color: '#377055'

red 55 ◦ green 112 ◦ blue 85

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

Shades of Amazon #377055

Tints of Amazon #377055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.44%

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 21.83%
G = 44.44%
B = 33.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#377055 (or 0x377055) is known color: Amazon. HEX triplet: 37, 70 and 55. RGB value is (55,112,85). Sum of RGB (Red+Green+Blue) = 55+112+85=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #377055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377055 is #C88FAA. Grayscale: #5B5B5B. Windows color (decimal): -13143979 or 5599287. OLE color: 5599287.

HSL color Cylindrical-coordinate representation of color #377055: hue angle of 151.58º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #377055 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 85 -
CMYK 0.51 0 0.24 0.56
HSL 151.58º 0.34% 0.33% -
HSV(B) 151.58º 0.51% 0.44% -
XYZ 9.01 13.06 10.64 -
YUV 91.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 55 112 85 0.51 0 0.24 0.56 151.58 0.34 0.33
Hex 37 70 55 33 0 18 38 98 22 21
Octal 67 160 125 63 0 30 70 230 42 41
Binary 110111 1110000 1010101 110011 0 11000 111000 10011000 100010 100001

Color Harmonies of #377055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377055

Black with #377055

Text Example


Text Example

White with #377055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377055; }

 p { color: rgb(55,112,85); }

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

background-color css

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

 a { background-color: rgb(55,112,85); }

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

border-color css

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

 span { border-color: rgb(55,112,85); }

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