Html Css Color HEX #387147 Amazon

📋 copy color: '#387147'

red 56 ◦ green 113 ◦ blue 71

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

Shades of Amazon #387147

Tints of Amazon #387147

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.08%

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

R = 23.33%
G = 47.08%
B = 29.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#387147 (or 0x387147) is known color: Amazon. HEX triplet: 38, 71 and 47. RGB value is (56,113,71). Sum of RGB (Red+Green+Blue) = 56+113+71=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 113 - color contains mainly: green. Hex color #387147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387147 is #C78EB8. Grayscale: #5B5B5B. Windows color (decimal): -13078201 or 4682040. OLE color: 4682040.

HSL color Cylindrical-coordinate representation of color #387147: hue angle of 135.79º degrees, saturation: 0.34, 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 #387147 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 113 71 -
CMYK 0.50 0 0.37 0.56
HSL 135.79º 0.34% 0.33% -
HSV(B) 135.79º 0.5% 0.44% -
XYZ 8.67 13.11 8.03 -
YUV 91.17 116.62 102.92 -
System Red Green Blue C M Y K H S L
Decimal 56 113 71 0.50 0 0.37 0.56 135.79 0.34 0.33
Hex 38 71 47 32 0 25 38 88 22 21
Octal 70 161 107 62 0 45 70 210 42 41
Binary 111000 1110001 1000111 110010 0 100101 111000 10001000 100010 100001

Color Harmonies of #387147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387147

Black with #387147

Text Example


Text Example

White with #387147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387147; }

 p { color: rgb(56,113,71); }

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

background-color css

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

 a { background-color: rgb(56,113,71); }

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

border-color css

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

 span { border-color: rgb(56,113,71); }

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