Html Css Color HEX #378549 Amazon

📋 copy color: '#378549'

red 55 ◦ green 133 ◦ blue 73

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

Shades of Amazon #378549

Tints of Amazon #378549

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50.96%

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

R = 21.07%
G = 50.96%
B = 27.97%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#378549 (or 0x378549) is known color: Amazon. HEX triplet: 37, 85 and 49. RGB value is (55,133,73). Sum of RGB (Red+Green+Blue) = 55+133+73=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #378549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378549 is #C87AB6. Grayscale: #676767. Windows color (decimal): -13138615 or 4818231. OLE color: 4818231.

HSL color Cylindrical-coordinate representation of color #378549: hue angle of 133.85º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378549 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 73 -
CMYK 0.59 0 0.45 0.48
HSL 133.85º 0.41% 0.37% -
HSV(B) 133.85º 0.59% 0.52% -
XYZ 11.17 18.07 9.2 -
YUV 102.84 111.16 93.88 -
System Red Green Blue C M Y K H S L
Decimal 55 133 73 0.59 0 0.45 0.48 133.85 0.41 0.37
Hex 37 85 49 3B 0 2D 30 86 29 25
Octal 67 205 111 73 0 55 60 206 51 45
Binary 110111 10000101 1001001 111011 0 101101 110000 10000110 101001 100101

Color Harmonies of #378549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378549

Black with #378549

Text Example


Text Example

White with #378549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378549; }

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

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

background-color css

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

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

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

border-color css

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

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

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