Html Css Color HEX #377558 Amazon

📋 copy color: '#377558'

red 55 ◦ green 117 ◦ blue 88

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

Shades of Amazon #377558

Tints of Amazon #377558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.85%

R = 21.15%
G = 45%
B = 33.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#377558 (or 0x377558) is known color: Amazon. HEX triplet: 37, 75 and 58. RGB value is (55,117,88). Sum of RGB (Red+Green+Blue) = 55+117+88=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #377558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377558 is #C88AA7. Grayscale: #5F5F5F. Windows color (decimal): -13142696 or 5797175. OLE color: 5797175.

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

Color convert

RGB 55 117 88 -
CMYK 0.53 0 0.25 0.54
HSL 151.94º 0.36% 0.34% -
HSV(B) 151.94º 0.53% 0.46% -
XYZ 9.7 14.24 11.47 -
YUV 95.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 55 117 88 0.53 0 0.25 0.54 151.94 0.36 0.34
Hex 37 75 58 35 0 19 36 98 24 22
Octal 67 165 130 65 0 31 66 230 44 42
Binary 110111 1110101 1011000 110101 0 11001 110110 10011000 100100 100010

Color Harmonies of #377558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377558

Black with #377558

Text Example


Text Example

White with #377558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377558; }

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

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

background-color css

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

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

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

border-color css

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

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

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