Html Css Color HEX #377051 Amazon

📋 copy color: '#377051'

red 55 ◦ green 112 ◦ blue 81

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

Shades of Amazon #377051

Tints of Amazon #377051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.66%

R = 22.18%
G = 45.16%
B = 32.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#377051 (or 0x377051) is known color: Amazon. HEX triplet: 37, 70 and 51. RGB value is (55,112,81). Sum of RGB (Red+Green+Blue) = 55+112+81=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #377051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377051 is #C88FAE. Grayscale: #5B5B5B. Windows color (decimal): -13143983 or 5337143. OLE color: 5337143.

HSL color Cylindrical-coordinate representation of color #377051: hue angle of 147.37º 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 #377051 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 81 -
CMYK 0.51 0 0.28 0.56
HSL 147.37º 0.34% 0.33% -
HSV(B) 147.37º 0.51% 0.44% -
XYZ 8.85 12.99 9.83 -
YUV 91.42 122.12 102.02 -
System Red Green Blue C M Y K H S L
Decimal 55 112 81 0.51 0 0.28 0.56 147.37 0.34 0.33
Hex 37 70 51 33 0 1C 38 93 22 21
Octal 67 160 121 63 0 34 70 223 42 41
Binary 110111 1110000 1010001 110011 0 11100 111000 10010011 100010 100001

Color Harmonies of #377051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377051

Black with #377051

Text Example


Text Example

White with #377051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377051; }

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

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

background-color css

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

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

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

border-color css

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

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

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