Html Css Color HEX #377752 Amazon

📋 copy color: '#377752'

red 55 ◦ green 119 ◦ blue 82

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

Shades of Amazon #377752

Tints of Amazon #377752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.48%

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 21.48%
G = 46.48%
B = 32.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#377752 (or 0x377752) is known color: Amazon. HEX triplet: 37, 77 and 52. RGB value is (55,119,82). Sum of RGB (Red+Green+Blue) = 55+119+82=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #377752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377752 is #C888AD. Grayscale: #5F5F5F. Windows color (decimal): -13142190 or 5404471. OLE color: 5404471.

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

Color convert

RGB 55 119 82 -
CMYK 0.54 0 0.31 0.53
HSL 145.31º 0.37% 0.34% -
HSV(B) 145.31º 0.54% 0.47% -
XYZ 9.7 14.62 10.29 -
YUV 95.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 55 119 82 0.54 0 0.31 0.53 145.31 0.37 0.34
Hex 37 77 52 36 0 1F 35 91 25 22
Octal 67 167 122 66 0 37 65 221 45 42
Binary 110111 1110111 1010010 110110 0 11111 110101 10010001 100101 100010

Color Harmonies of #377752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377752

Black with #377752

Text Example


Text Example

White with #377752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377752; }

 p { color: rgb(55,119,82); }

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

background-color css

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

 a { background-color: rgb(55,119,82); }

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

border-color css

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

 span { border-color: rgb(55,119,82); }

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