Html Css Color HEX #37765A Amazon

📋 copy color: '#37765A'

red 55 ◦ green 118 ◦ blue 90

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

Shades of Amazon #37765A

Tints of Amazon #37765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.87%

 BLUE value IS 90 (35.55% from 255) = 34.22%

R = 20.91%
G = 44.87%
B = 34.22%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#37765A (or 0x37765A) is known color: Amazon. HEX triplet: 37, 76 and 5A. RGB value is (55,118,90). Sum of RGB (Red+Green+Blue) = 55+118+90=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #37765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37765A is #C889A5. Grayscale: #606060. Windows color (decimal): -13142438 or 5928503. OLE color: 5928503.

HSL color Cylindrical-coordinate representation of color #37765A: hue angle of 153.33º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37765A is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 118 90 -
CMYK 0.53 0 0.24 0.54
HSL 153.33º 0.36% 0.34% -
HSV(B) 153.33º 0.53% 0.46% -
XYZ 9.9 14.51 11.95 -
YUV 95.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 55 118 90 0.53 0 0.24 0.54 153.33 0.36 0.34
Hex 37 76 5A 35 0 18 36 99 24 22
Octal 67 166 132 65 0 30 66 231 44 42
Binary 110111 1110110 1011010 110101 0 11000 110110 10011001 100100 100010

Color Harmonies of #37765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37765A

Black with #37765A

Text Example


Text Example

White with #37765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37765A; }

 p { color: rgb(55,118,90); }

 H1.HeaderClassName
 {
   color: #37765A;
 }
 .AnyTagClassName
 {
   color: #37765A;
 }
</style>

background-color css

<style>
 a { background-color: #37765A; }

 a { background-color: rgb(55,118,90); }

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

border-color css

<style>
 span { border-color: #37765A; }

 span { border-color: rgb(55,118,90); }

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