Html Css Color HEX #378647 Amazon

📋 copy color: '#378647'

red 55 ◦ green 134 ◦ blue 71

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

Shades of Amazon #378647

Tints of Amazon #378647

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.54%

 BLUE value IS 71 (28.13% from 255) = 27.31%

R = 21.15%
G = 51.54%
B = 27.31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#378647 (or 0x378647) is known color: Amazon. HEX triplet: 37, 86 and 47. RGB value is (55,134,71). Sum of RGB (Red+Green+Blue) = 55+134+71=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 134 (52.73% from 255 or 51.54% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 134 - color contains mainly: green. Hex color #378647 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378647 is #C879B8. Grayscale: #676767. Windows color (decimal): -13138361 or 4687415. OLE color: 4687415.

HSL color Cylindrical-coordinate representation of color #378647: hue angle of 132.15º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378647 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 134 71 -
CMYK 0.59 0 0.47 0.47
HSL 132.15º 0.42% 0.37% -
HSV(B) 132.15º 0.59% 0.53% -
XYZ 11.24 18.32 8.9 -
YUV 103.2 109.83 93.62 -
System Red Green Blue C M Y K H S L
Decimal 55 134 71 0.59 0 0.47 0.47 132.15 0.42 0.37
Hex 37 86 47 3B 0 2F 2F 84 2A 25
Octal 67 206 107 73 0 57 57 204 52 45
Binary 110111 10000110 1000111 111011 0 101111 101111 10000100 101010 100101

Color Harmonies of #378647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378647

Black with #378647

Text Example


Text Example

White with #378647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378647; }

 p { color: rgb(55,134,71); }

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

background-color css

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

 a { background-color: rgb(55,134,71); }

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

border-color css

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

 span { border-color: rgb(55,134,71); }

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