Html Css Color HEX #377655 Amazon

📋 copy color: '#377655'

red 55 ◦ green 118 ◦ blue 85

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

Shades of Amazon #377655

Tints of Amazon #377655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.74%

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

R = 21.32%
G = 45.74%
B = 32.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#377655 (or 0x377655) is known color: Amazon. HEX triplet: 37, 76 and 55. RGB value is (55,118,85). Sum of RGB (Red+Green+Blue) = 55+118+85=258 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.32% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #377655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377655 is #C889AA. Grayscale: #5F5F5F. Windows color (decimal): -13142443 or 5600823. OLE color: 5600823.

HSL color Cylindrical-coordinate representation of color #377655: hue angle of 148.57º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377655 is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 118 85 -
CMYK 0.53 0 0.28 0.54
HSL 148.57º 0.36% 0.34% -
HSV(B) 148.57º 0.53% 0.46% -
XYZ 9.69 14.42 10.87 -
YUV 95.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 55 118 85 0.53 0 0.28 0.54 148.57 0.36 0.34
Hex 37 76 55 35 0 1C 36 95 24 22
Octal 67 166 125 65 0 34 66 225 44 42
Binary 110111 1110110 1010101 110101 0 11100 110110 10010101 100100 100010

Color Harmonies of #377655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377655

Black with #377655

Text Example


Text Example

White with #377655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377655; }

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

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

background-color css

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

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

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

border-color css

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

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

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