Html Css Color HEX #37774F Amazon

📋 copy color: '#37774F'

red 55 ◦ green 119 ◦ blue 79

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

Shades of Amazon #37774F

Tints of Amazon #37774F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 47.04%

 BLUE value IS 79 (31.25% from 255) = 31.23%

R = 21.74%
G = 47.04%
B = 31.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#37774F (or 0x37774F) is known color: Amazon. HEX triplet: 37, 77 and 4F. RGB value is (55,119,79). Sum of RGB (Red+Green+Blue) = 55+119+79=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 119 (46.88% from 255 or 47.04% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 119 - color contains mainly: green. Hex color #37774F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37774F is #C888B0. Grayscale: #5F5F5F. Windows color (decimal): -13142193 or 5207863. OLE color: 5207863.

HSL color Cylindrical-coordinate representation of color #37774F: hue angle of 142.5º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #37774F is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 119 79 -
CMYK 0.54 0 0.34 0.53
HSL 142.5º 0.37% 0.34% -
HSV(B) 142.5º 0.54% 0.47% -
XYZ 9.58 14.57 9.7 -
YUV 95.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 55 119 79 0.54 0 0.34 0.53 142.5 0.37 0.34
Hex 37 77 4F 36 0 22 35 8E 25 22
Octal 67 167 117 66 0 42 65 216 45 42
Binary 110111 1110111 1001111 110110 0 100010 110101 10001110 100101 100010

Color Harmonies of #37774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37774F

Black with #37774F

Text Example


Text Example

White with #37774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37774F; }

 p { color: rgb(55,119,79); }

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

background-color css

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

 a { background-color: rgb(55,119,79); }

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

border-color css

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

 span { border-color: rgb(55,119,79); }

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