Html Css Color HEX #387050 Amazon

📋 copy color: '#387050'

red 56 ◦ green 112 ◦ blue 80

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

Shades of Amazon #387050

Tints of Amazon #387050

RGB

 RED value IS 56 (22.27% from 255) = 22.58%

 GREEN value IS 112 (44.14% from 255) = 45.16%

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

R = 22.58%
G = 45.16%
B = 32.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#387050 (or 0x387050) is known color: Amazon. HEX triplet: 38, 70 and 50. RGB value is (56,112,80). Sum of RGB (Red+Green+Blue) = 56+112+80=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #387050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387050 is #C78FAF. Grayscale: #5B5B5B. Windows color (decimal): -13078448 or 5271608. OLE color: 5271608.

HSL color Cylindrical-coordinate representation of color #387050: hue angle of 145.71º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #387050 is Cyan = 0.50, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 80 -
CMYK 0.50 0 0.29 0.56
HSL 145.71º 0.33% 0.33% -
HSV(B) 145.71º 0.5% 0.44% -
XYZ 8.87 13.01 9.63 -
YUV 91.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 56 112 80 0.50 0 0.29 0.56 145.71 0.33 0.33
Hex 38 70 50 32 0 1D 38 92 21 21
Octal 70 160 120 62 0 35 70 222 41 41
Binary 111000 1110000 1010000 110010 0 11101 111000 10010010 100001 100001

Color Harmonies of #387050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387050

Black with #387050

Text Example


Text Example

White with #387050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387050; }

 p { color: rgb(56,112,80); }

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

background-color css

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

 a { background-color: rgb(56,112,80); }

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

border-color css

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

 span { border-color: rgb(56,112,80); }

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