Html Css Color HEX #386C49 Amazon

📋 copy color: '#386C49'

red 56 ◦ green 108 ◦ blue 73

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

Shades of Amazon #386C49

Tints of Amazon #386C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.57%

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

R = 23.63%
G = 45.57%
B = 30.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#386C49 (or 0x386C49) is known color: Amazon. HEX triplet: 38, 6C and 49. RGB value is (56,108,73). Sum of RGB (Red+Green+Blue) = 56+108+73=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 108 (42.58% from 255 or 45.57% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 108 - color contains mainly: green. Hex color #386C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C49 is #C793B6. Grayscale: #585858. Windows color (decimal): -13079479 or 4811832. OLE color: 4811832.

HSL color Cylindrical-coordinate representation of color #386C49: hue angle of 139.62º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386C49 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 108 73 -
CMYK 0.48 0 0.32 0.58
HSL 139.62º 0.32% 0.32% -
HSV(B) 139.62º 0.48% 0.42% -
XYZ 8.2 12.05 8.2 -
YUV 88.46 119.27 104.85 -
System Red Green Blue C M Y K H S L
Decimal 56 108 73 0.48 0 0.32 0.58 139.62 0.32 0.32
Hex 38 6C 49 30 0 20 3A 8C 20 20
Octal 70 154 111 60 0 40 72 214 40 40
Binary 111000 1101100 1001001 110000 0 100000 111010 10001100 100000 100000

Color Harmonies of #386C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C49

Black with #386C49

Text Example


Text Example

White with #386C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,108,73); }

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

background-color css

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

 a { background-color: rgb(56,108,73); }

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

border-color css

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

 span { border-color: rgb(56,108,73); }

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