Html Css Color HEX #386D47 Amazon

📋 copy color: '#386D47'

red 56 ◦ green 109 ◦ blue 71

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

Shades of Amazon #386D47

Tints of Amazon #386D47

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.19%

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

R = 23.73%
G = 46.19%
B = 30.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.57

RGB Variations

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

Color information

#386D47 (or 0x386D47) is known color: Amazon. HEX triplet: 38, 6D and 47. RGB value is (56,109,71). Sum of RGB (Red+Green+Blue) = 56+109+71=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #386D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386D47 is #C792B8. Grayscale: #585858. Windows color (decimal): -13079225 or 4681016. OLE color: 4681016.

HSL color Cylindrical-coordinate representation of color #386D47: hue angle of 136.98º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #386D47 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 109 71 -
CMYK 0.49 0 0.35 0.57
HSL 136.98º 0.32% 0.32% -
HSV(B) 136.98º 0.49% 0.43% -
XYZ 8.24 12.23 7.89 -
YUV 88.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 56 109 71 0.49 0 0.35 0.57 136.98 0.32 0.32
Hex 38 6D 47 31 0 23 39 89 20 20
Octal 70 155 107 61 0 43 71 211 40 40
Binary 111000 1101101 1000111 110001 0 100011 111001 10001001 100000 100000

Color Harmonies of #386D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386D47

Black with #386D47

Text Example


Text Example

White with #386D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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