Html Css Color HEX #377555 Amazon

📋 copy color: '#377555'

red 55 ◦ green 117 ◦ blue 85

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

Shades of Amazon #377555

Tints of Amazon #377555

RGB

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

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

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

R = 21.4%
G = 45.53%
B = 33.07%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#377555 (or 0x377555) is known color: Amazon. HEX triplet: 37, 75 and 55. RGB value is (55,117,85). Sum of RGB (Red+Green+Blue) = 55+117+85=257 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.40% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #377555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377555 is #C88AAA. Grayscale: #5E5E5E. Windows color (decimal): -13142699 or 5600567. OLE color: 5600567.

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

Color convert

RGB 55 117 85 -
CMYK 0.53 0 0.27 0.54
HSL 149.03º 0.36% 0.34% -
HSV(B) 149.03º 0.53% 0.46% -
XYZ 9.58 14.19 10.83 -
YUV 94.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 55 117 85 0.53 0 0.27 0.54 149.03 0.36 0.34
Hex 37 75 55 35 0 1B 36 95 24 22
Octal 67 165 125 65 0 33 66 225 44 42
Binary 110111 1110101 1010101 110101 0 11011 110110 10010101 100100 100010

Color Harmonies of #377555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377555

Black with #377555

Text Example


Text Example

White with #377555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377555; }

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

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

background-color css

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

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

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

border-color css

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

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

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