Html Css Color HEX #37834A Amazon

📋 copy color: '#37834A'

red 55 ◦ green 131 ◦ blue 74

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

Shades of Amazon #37834A

Tints of Amazon #37834A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 21.15%
G = 50.38%
B = 28.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#37834A (or 0x37834A) is known color: Amazon. HEX triplet: 37, 83 and 4A. RGB value is (55,131,74). Sum of RGB (Red+Green+Blue) = 55+131+74=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #37834A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37834A is #C87CB5. Grayscale: #656565. Windows color (decimal): -13139126 or 4883255. OLE color: 4883255.

HSL color Cylindrical-coordinate representation of color #37834A: hue angle of 135º 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 #37834A is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 131 74 -
CMYK 0.58 0 0.44 0.49
HSL 135º 0.41% 0.36% -
HSV(B) 135º 0.58% 0.51% -
XYZ 10.93 17.54 9.29 -
YUV 101.78 112.32 94.63 -
System Red Green Blue C M Y K H S L
Decimal 55 131 74 0.58 0 0.44 0.49 135 0.41 0.36
Hex 37 83 4A 3A 0 2C 31 87 29 24
Octal 67 203 112 72 0 54 61 207 51 44
Binary 110111 10000011 1001010 111010 0 101100 110001 10000111 101001 100100

Color Harmonies of #37834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37834A

Black with #37834A

Text Example


Text Example

White with #37834A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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