Html Css Color HEX #377C4C Amazon

📋 copy color: '#377C4C'

red 55 ◦ green 124 ◦ blue 76

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

Shades of Amazon #377C4C

Tints of Amazon #377C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.8%

R = 21.57%
G = 48.63%
B = 29.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#377C4C (or 0x377C4C) is known color: Amazon. HEX triplet: 37, 7C and 4C. RGB value is (55,124,76). Sum of RGB (Red+Green+Blue) = 55+124+76=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 124 - color contains mainly: green. Hex color #377C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377C4C is #C883B3. Grayscale: #626262. Windows color (decimal): -13140916 or 5012535. OLE color: 5012535.

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

Color convert

RGB 55 124 76 -
CMYK 0.56 0 0.39 0.51
HSL 138.26º 0.39% 0.35% -
HSV(B) 138.26º 0.56% 0.49% -
XYZ 10.09 15.75 9.35 -
YUV 97.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 55 124 76 0.56 0 0.39 0.51 138.26 0.39 0.35
Hex 37 7C 4C 38 0 27 33 8A 27 23
Octal 67 174 114 70 0 47 63 212 47 43
Binary 110111 1111100 1001100 111000 0 100111 110011 10001010 100111 100011

Color Harmonies of #377C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377C4C

Black with #377C4C

Text Example


Text Example

White with #377C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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