Html Css Color HEX #37765C Amazon

📋 copy color: '#37765C'

red 55 ◦ green 118 ◦ blue 92

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

Shades of Amazon #37765C

Tints of Amazon #37765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.72%

R = 20.75%
G = 44.53%
B = 34.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#37765C (or 0x37765C) is known color: Amazon. HEX triplet: 37, 76 and 5C. RGB value is (55,118,92). Sum of RGB (Red+Green+Blue) = 55+118+92=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #37765C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37765C is #C889A3. Grayscale: #606060. Windows color (decimal): -13142436 or 6059575. OLE color: 6059575.

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

Color convert

RGB 55 118 92 -
CMYK 0.53 0 0.22 0.54
HSL 155.24º 0.36% 0.34% -
HSV(B) 155.24º 0.53% 0.46% -
XYZ 9.99 14.54 12.41 -
YUV 96.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 55 118 92 0.53 0 0.22 0.54 155.24 0.36 0.34
Hex 37 76 5C 35 0 16 36 9B 24 22
Octal 67 166 134 65 0 26 66 233 44 42
Binary 110111 1110110 1011100 110101 0 10110 110110 10011011 100100 100010

Color Harmonies of #37765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37765C

Black with #37765C

Text Example


Text Example

White with #37765C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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