Html Css Color HEX #377D4A Amazon

📋 copy color: '#377D4A'

red 55 ◦ green 125 ◦ blue 74

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

Shades of Amazon #377D4A

Tints of Amazon #377D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 21.65%
G = 49.21%
B = 29.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#377D4A (or 0x377D4A) is known color: Amazon. HEX triplet: 37, 7D and 4A. RGB value is (55,125,74). Sum of RGB (Red+Green+Blue) = 55+125+74=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 125 (49.22% from 255 or 49.21% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 125 - color contains mainly: green. Hex color #377D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377D4A is #C882B5. Grayscale: #626262. Windows color (decimal): -13140662 or 4881719. OLE color: 4881719.

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

Color convert

RGB 55 125 74 -
CMYK 0.56 0 0.41 0.51
HSL 136.29º 0.39% 0.35% -
HSV(B) 136.29º 0.56% 0.49% -
XYZ 10.15 15.97 9.03 -
YUV 98.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 55 125 74 0.56 0 0.41 0.51 136.29 0.39 0.35
Hex 37 7D 4A 38 0 29 33 88 27 23
Octal 67 175 112 70 0 51 63 210 47 43
Binary 110111 1111101 1001010 111000 0 101001 110011 10001000 100111 100011

Color Harmonies of #377D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D4A

Black with #377D4A

Text Example


Text Example

White with #377D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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