Html Css Color HEX #377C4A Amazon

📋 copy color: '#377C4A'

red 55 ◦ green 124 ◦ blue 74

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

Shades of Amazon #377C4A

Tints of Amazon #377C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.01%

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

R = 21.74%
G = 49.01%
B = 29.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#377C4A (or 0x377C4A) is known color: Amazon. HEX triplet: 37, 7C and 4A. RGB value is (55,124,74). Sum of RGB (Red+Green+Blue) = 55+124+74=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #377C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377C4A is #C883B5. Grayscale: #616161. Windows color (decimal): -13140918 or 4881463. OLE color: 4881463.

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

Color convert

RGB 55 124 74 -
CMYK 0.56 0 0.40 0.51
HSL 136.52º 0.39% 0.35% -
HSV(B) 136.52º 0.56% 0.49% -
XYZ 10.02 15.72 8.99 -
YUV 97.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 55 124 74 0.56 0 0.40 0.51 136.52 0.39 0.35
Hex 37 7C 4A 38 0 28 33 89 27 23
Octal 67 174 112 70 0 50 63 211 47 43
Binary 110111 1111100 1001010 111000 0 101000 110011 10001001 100111 100011

Color Harmonies of #377C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C4A

Black with #377C4A

Text Example


Text Example

White with #377C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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