Html Css Color HEX #37775B Amazon

📋 copy color: '#37775B'

red 55 ◦ green 119 ◦ blue 91

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

Shades of Amazon #37775B

Tints of Amazon #37775B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.34%

R = 20.75%
G = 44.91%
B = 34.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#37775B (or 0x37775B) is known color: Amazon. HEX triplet: 37, 77 and 5B. RGB value is (55,119,91). Sum of RGB (Red+Green+Blue) = 55+119+91=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 119 - color contains mainly: green. Hex color #37775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37775B is #C888A4. Grayscale: #606060. Windows color (decimal): -13142181 or 5994295. OLE color: 5994295.

HSL color Cylindrical-coordinate representation of color #37775B: hue angle of 153.75º 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 #37775B is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 119 91 -
CMYK 0.54 0 0.24 0.53
HSL 153.75º 0.37% 0.34% -
HSV(B) 153.75º 0.54% 0.47% -
XYZ 10.06 14.76 12.22 -
YUV 96.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 55 119 91 0.54 0 0.24 0.53 153.75 0.37 0.34
Hex 37 77 5B 36 0 18 35 9A 25 22
Octal 67 167 133 66 0 30 65 232 45 42
Binary 110111 1110111 1011011 110110 0 11000 110101 10011010 100101 100010

Color Harmonies of #37775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37775B

Black with #37775B

Text Example


Text Example

White with #37775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37775B; }

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

 H1.HeaderClassName
 {
   color: #37775B;
 }
 .AnyTagClassName
 {
   color: #37775B;
 }
</style>

background-color css

<style>
 a { background-color: #37775B; }

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

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

border-color css

<style>
 span { border-color: #37775B; }

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

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