Html Css Color HEX #377458 Amazon

📋 copy color: '#377458'

red 55 ◦ green 116 ◦ blue 88

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

Shades of Amazon #377458

Tints of Amazon #377458

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.79%

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

R = 21.24%
G = 44.79%
B = 33.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#377458 (or 0x377458) is known color: Amazon. HEX triplet: 37, 74 and 58. RGB value is (55,116,88). Sum of RGB (Red+Green+Blue) = 55+116+88=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #377458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377458 is #C88BA7. Grayscale: #5E5E5E. Windows color (decimal): -13142952 or 5796919. OLE color: 5796919.

HSL color Cylindrical-coordinate representation of color #377458: hue angle of 152.46º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377458 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 116 88 -
CMYK 0.53 0 0.24 0.55
HSL 152.46º 0.36% 0.34% -
HSV(B) 152.46º 0.53% 0.45% -
XYZ 9.58 14.01 11.43 -
YUV 94.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 55 116 88 0.53 0 0.24 0.55 152.46 0.36 0.34
Hex 37 74 58 35 0 18 37 98 24 22
Octal 67 164 130 65 0 30 67 230 44 42
Binary 110111 1110100 1011000 110101 0 11000 110111 10011000 100100 100010

Color Harmonies of #377458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377458

Black with #377458

Text Example


Text Example

White with #377458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377458; }

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

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

background-color css

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

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

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

border-color css

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

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

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