Html Css Color HEX #378550 Amazon

📋 copy color: '#378550'

red 55 ◦ green 133 ◦ blue 80

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

Shades of Amazon #378550

Tints of Amazon #378550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 20.52%
G = 49.63%
B = 29.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#378550 (or 0x378550) is known color: Amazon. HEX triplet: 37, 85 and 50. RGB value is (55,133,80). Sum of RGB (Red+Green+Blue) = 55+133+80=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #378550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378550 is #C87AAF. Grayscale: #676767. Windows color (decimal): -13138608 or 5276983. OLE color: 5276983.

HSL color Cylindrical-coordinate representation of color #378550: hue angle of 139.23º 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 #378550 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 80 -
CMYK 0.59 0 0.40 0.48
HSL 139.23º 0.41% 0.37% -
HSV(B) 139.23º 0.59% 0.52% -
XYZ 11.41 18.17 10.49 -
YUV 103.64 114.66 93.31 -
System Red Green Blue C M Y K H S L
Decimal 55 133 80 0.59 0 0.40 0.48 139.23 0.41 0.37
Hex 37 85 50 3B 0 28 30 8B 29 25
Octal 67 205 120 73 0 50 60 213 51 45
Binary 110111 10000101 1010000 111011 0 101000 110000 10001011 101001 100101

Color Harmonies of #378550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378550

Black with #378550

Text Example


Text Example

White with #378550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378550; }

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

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

background-color css

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

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

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

border-color css

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

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

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