Html Css Color HEX #377D5F Amazon

📋 copy color: '#377D5F'

red 55 ◦ green 125 ◦ blue 95

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

Shades of Amazon #377D5F

Tints of Amazon #377D5F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.45%

 BLUE value IS 95 (37.5% from 255) = 34.55%

R = 20%
G = 45.45%
B = 34.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#377D5F (or 0x377D5F) is known color: Amazon. HEX triplet: 37, 7D and 5F. RGB value is (55,125,95). Sum of RGB (Red+Green+Blue) = 55+125+95=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 125 (49.22% from 255 or 45.45% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 125 - color contains mainly: green. Hex color #377D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D5F is #C882A0. Grayscale: #646464. Windows color (decimal): -13140641 or 6257975. OLE color: 6257975.

HSL color Cylindrical-coordinate representation of color #377D5F: hue angle of 154.29º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377D5F is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 125 95 -
CMYK 0.56 0 0.24 0.51
HSL 154.29º 0.39% 0.35% -
HSV(B) 154.29º 0.56% 0.49% -
XYZ 10.97 16.31 13.4 -
YUV 100.65 124.81 95.44 -
System Red Green Blue C M Y K H S L
Decimal 55 125 95 0.56 0 0.24 0.51 154.29 0.39 0.35
Hex 37 7D 5F 38 0 18 33 9A 27 23
Octal 67 175 137 70 0 30 63 232 47 43
Binary 110111 1111101 1011111 111000 0 11000 110011 10011010 100111 100011

Color Harmonies of #377D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D5F

Black with #377D5F

Text Example


Text Example

White with #377D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377D5F; }

 p { color: rgb(55,125,95); }

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

background-color css

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

 a { background-color: rgb(55,125,95); }

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

border-color css

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

 span { border-color: rgb(55,125,95); }

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