Html Css Color HEX #377552 Amazon

📋 copy color: '#377552'

red 55 ◦ green 117 ◦ blue 82

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

Shades of Amazon #377552

Tints of Amazon #377552

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

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

R = 21.65%
G = 46.06%
B = 32.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#377552 (or 0x377552) is known color: Amazon. HEX triplet: 37, 75 and 52. RGB value is (55,117,82). Sum of RGB (Red+Green+Blue) = 55+117+82=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 82 (32.42% from 255 or 32.28% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #377552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377552 is #C88AAD. Grayscale: #5E5E5E. Windows color (decimal): -13142702 or 5403959. OLE color: 5403959.

HSL color Cylindrical-coordinate representation of color #377552: hue angle of 146.13º 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 #377552 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 117 82 -
CMYK 0.53 0 0.30 0.54
HSL 146.13º 0.36% 0.34% -
HSV(B) 146.13º 0.53% 0.46% -
XYZ 9.46 14.14 10.21 -
YUV 94.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 55 117 82 0.53 0 0.30 0.54 146.13 0.36 0.34
Hex 37 75 52 35 0 1E 36 92 24 22
Octal 67 165 122 65 0 36 66 222 44 42
Binary 110111 1110101 1010010 110101 0 11110 110110 10010010 100100 100010

Color Harmonies of #377552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377552

Black with #377552

Text Example


Text Example

White with #377552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377552; }

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

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

background-color css

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

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

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

border-color css

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

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

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