Html Css Color HEX #377052 Amazon

📋 copy color: '#377052'

red 55 ◦ green 112 ◦ blue 82

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

Shades of Amazon #377052

Tints of Amazon #377052

RGB

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

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

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

R = 22.09%
G = 44.98%
B = 32.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#377052 (or 0x377052) is known color: Amazon. HEX triplet: 37, 70 and 52. RGB value is (55,112,82). Sum of RGB (Red+Green+Blue) = 55+112+82=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #377052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377052 is #C88FAD. Grayscale: #5B5B5B. Windows color (decimal): -13143982 or 5402679. OLE color: 5402679.

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

Color convert

RGB 55 112 82 -
CMYK 0.51 0 0.27 0.56
HSL 148.42º 0.34% 0.33% -
HSV(B) 148.42º 0.51% 0.44% -
XYZ 8.89 13.01 10.03 -
YUV 91.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 55 112 82 0.51 0 0.27 0.56 148.42 0.34 0.33
Hex 37 70 52 33 0 1B 38 94 22 21
Octal 67 160 122 63 0 33 70 224 42 41
Binary 110111 1110000 1010010 110011 0 11011 111000 10010100 100010 100001

Color Harmonies of #377052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377052

Black with #377052

Text Example


Text Example

White with #377052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377052; }

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

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

background-color css

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

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

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

border-color css

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

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

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