Html Css Color HEX #37824F Amazon

📋 copy color: '#37824F'

red 55 ◦ green 130 ◦ blue 79

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

Shades of Amazon #37824F

Tints of Amazon #37824F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.24%

 BLUE value IS 79 (31.25% from 255) = 29.92%

R = 20.83%
G = 49.24%
B = 29.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#37824F (or 0x37824F) is known color: Amazon. HEX triplet: 37, 82 and 4F. RGB value is (55,130,79). Sum of RGB (Red+Green+Blue) = 55+130+79=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #37824F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37824F is #C87DB0. Grayscale: #656565. Windows color (decimal): -13139377 or 5210679. OLE color: 5210679.

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

Color convert

RGB 55 130 79 -
CMYK 0.58 0 0.39 0.49
HSL 139.2º 0.41% 0.36% -
HSV(B) 139.2º 0.58% 0.51% -
XYZ 10.97 17.34 10.17 -
YUV 101.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 55 130 79 0.58 0 0.39 0.49 139.2 0.41 0.36
Hex 37 82 4F 3A 0 27 31 8B 29 24
Octal 67 202 117 72 0 47 61 213 51 44
Binary 110111 10000010 1001111 111010 0 100111 110001 10001011 101001 100100

Color Harmonies of #37824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37824F

Black with #37824F

Text Example


Text Example

White with #37824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37824F; }

 p { color: rgb(55,130,79); }

 H1.HeaderClassName
 {
   color: #37824F;
 }
 .AnyTagClassName
 {
   color: #37824F;
 }
</style>

background-color css

<style>
 a { background-color: #37824F; }

 a { background-color: rgb(55,130,79); }

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

border-color css

<style>
 span { border-color: #37824F; }

 span { border-color: rgb(55,130,79); }

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