Html Css Color HEX #37814D Amazon

📋 copy color: '#37814D'

red 55 ◦ green 129 ◦ blue 77

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

Shades of Amazon #37814D

Tints of Amazon #37814D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.43%

 BLUE value IS 77 (30.47% from 255) = 29.5%

R = 21.07%
G = 49.43%
B = 29.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#37814D (or 0x37814D) is known color: Amazon. HEX triplet: 37, 81 and 4D. RGB value is (55,129,77). Sum of RGB (Red+Green+Blue) = 55+129+77=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #37814D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37814D is #C87EB2. Grayscale: #656565. Windows color (decimal): -13139635 or 5079351. OLE color: 5079351.

HSL color Cylindrical-coordinate representation of color #37814D: hue angle of 137.84º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37814D is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 129 77 -
CMYK 0.57 0 0.40 0.49
HSL 137.84º 0.4% 0.36% -
HSV(B) 137.84º 0.57% 0.51% -
XYZ 10.77 17.05 9.74 -
YUV 100.95 114.48 95.23 -
System Red Green Blue C M Y K H S L
Decimal 55 129 77 0.57 0 0.40 0.49 137.84 0.4 0.36
Hex 37 81 4D 39 0 28 31 8A 28 24
Octal 67 201 115 71 0 50 61 212 50 44
Binary 110111 10000001 1001101 111001 0 101000 110001 10001010 101000 100100

Color Harmonies of #37814D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37814D

Black with #37814D

Text Example


Text Example

White with #37814D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37814D; }

 p { color: rgb(55,129,77); }

 H1.HeaderClassName
 {
   color: #37814D;
 }
 .AnyTagClassName
 {
   color: #37814D;
 }
</style>

background-color css

<style>
 a { background-color: #37814D; }

 a { background-color: rgb(55,129,77); }

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

border-color css

<style>
 span { border-color: #37814D; }

 span { border-color: rgb(55,129,77); }

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