Html Css Color HEX #37834E Amazon

📋 copy color: '#37834E'

red 55 ◦ green 131 ◦ blue 78

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

Shades of Amazon #37834E

Tints of Amazon #37834E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

 BLUE value IS 78 (30.86% from 255) = 29.55%

R = 20.83%
G = 49.62%
B = 29.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#37834E (or 0x37834E) is known color: Amazon. HEX triplet: 37, 83 and 4E. RGB value is (55,131,78). Sum of RGB (Red+Green+Blue) = 55+131+78=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #37834E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37834E is #C87CB1. Grayscale: #666666. Windows color (decimal): -13139122 or 5145399. OLE color: 5145399.

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

Color convert

RGB 55 131 78 -
CMYK 0.58 0 0.40 0.49
HSL 138.16º 0.41% 0.36% -
HSV(B) 138.16º 0.58% 0.51% -
XYZ 11.07 17.59 10.02 -
YUV 102.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 55 131 78 0.58 0 0.40 0.49 138.16 0.41 0.36
Hex 37 83 4E 3A 0 28 31 8A 29 24
Octal 67 203 116 72 0 50 61 212 51 44
Binary 110111 10000011 1001110 111010 0 101000 110001 10001010 101001 100100

Color Harmonies of #37834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37834E

Black with #37834E

Text Example


Text Example

White with #37834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37834E; }

 p { color: rgb(55,131,78); }

 H1.HeaderClassName
 {
   color: #37834E;
 }
 .AnyTagClassName
 {
   color: #37834E;
 }
</style>

background-color css

<style>
 a { background-color: #37834E; }

 a { background-color: rgb(55,131,78); }

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

border-color css

<style>
 span { border-color: #37834E; }

 span { border-color: rgb(55,131,78); }

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