Html Css Color HEX #378349 Amazon

📋 copy color: '#378349'

red 55 ◦ green 131 ◦ blue 73

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

Shades of Amazon #378349

Tints of Amazon #378349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.19%

R = 21.24%
G = 50.58%
B = 28.19%

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

#378349 (or 0x378349) is known color: Amazon. HEX triplet: 37, 83 and 49. RGB value is (55,131,73). Sum of RGB (Red+Green+Blue) = 55+131+73=259 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.24% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #378349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378349 is #C87CB6. Grayscale: #656565. Windows color (decimal): -13139127 or 4817719. OLE color: 4817719.

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

Color convert

RGB 55 131 73 -
CMYK 0.58 0 0.44 0.49
HSL 134.21º 0.41% 0.36% -
HSV(B) 134.21º 0.58% 0.51% -
XYZ 10.89 17.53 9.11 -
YUV 101.66 111.82 94.72 -
System Red Green Blue C M Y K H S L
Decimal 55 131 73 0.58 0 0.44 0.49 134.21 0.41 0.36
Hex 37 83 49 3A 0 2C 31 86 29 24
Octal 67 203 111 72 0 54 61 206 51 44
Binary 110111 10000011 1001001 111010 0 101100 110001 10000110 101001 100100

Color Harmonies of #378349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378349

Black with #378349

Text Example


Text Example

White with #378349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378349; }

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

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

background-color css

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

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

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

border-color css

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

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

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